#include <Declaration.h>
Inheritance diagram for NSMeshes::TDeclarationLoader:
Static Public Member Functions | |
static BOOL | LoadDeclarationFromFile (const TString &filename, TRendererVertexElementArray &declArray, DWORD &vertexSize) |
This method loads vertex declaration from specified file. |
You CANNOT create instances of this class or derive another classes from this one.
Definition at line 69 of file Declaration.h.
|
This method loads vertex declaration from specified file. Returns TRUE if declaration was loaded successfully, FALSE otherwise. If method returns TRUE declaration is stored in declArray. Method also computes size of one vertex created by loaded declaration.
Definition at line 105 of file Declaration.cpp. References NSFileSystem::TVirtualFile::Close(), DBGASSERT_GRAPHICLOW, DBGNL, DBGTEXT, DBGTEXTF, FALSE, NSFileSystem::TFSFileSystem::GetFile(), TGlobalsSystem::GetFileSystem(), TString::GetString(), and NSFileSystem::TVirtualFile::Read(). Here is the call graph for this function: ![]() |