NVidia Gameworks
  • Main Page
  • Classes
  • Files
  • File List
  • File Members

NvAssetLoader.h

Go to the documentation of this file.
00001 // TAGRELEASE: PUBLIC
00002 
00003 #ifndef NV_ASSET_LOADER_H
00004 #define NV_ASSET_LOADER_H
00005 
00006 #include <NvFoundation.h>
00007 
00030 
00031 
00042 bool NvAssetLoaderInit(void* platform);
00043 
00046 bool NvAssetLoaderShutdown();
00047 
00058 bool NvAssetLoaderAddSearchPath(const char *path);
00059 
00064 bool NvAssetLoaderRemoveSearchPath(const char *path);
00065 
00076 char *NvAssetLoaderRead(const char *filePath, int32_t &length);
00077 
00081 bool NvAssetLoaderFree(char* asset);
00082 
00083 
00084 #endif
Generated on Sat Mar 8 14:58:35 2014 for NVIDIA GameWorks OpenGL App Framework and Libraries by Doxygen
©2014 NVIDIA Corporation.