Microsoft DirectX 8.1 (C++) |
Retrieves a declaration describing the vertices in the mesh.
HRESULT GetDeclaration( DWORD Declaration[MAX_FVF_DECL_SIZE] );
If the method succeeds, the return value is D3D_OK.
If the method fails, the return value can be D3DERR_INVALIDCALL.
This method applies to the following interfaces, which inherit from ID3DXBaseMesh.
Header: Declared in D3dx8mesh.h.
Import Library: Use D3dx8.lib.