ID3DXBaseMesh::GetFVF
ID3DXBaseMesh::GetFVF
Gets the fixed function vertex value.
DWORD GetFVF();
Parameters
None.
Return Values
Returns the flexible vertex format (FVF) codes.
Remarks
This method can return 0 if the vertex format cannot be mapped directly to an FVF code. This will occur for a mesh created from a vertex declaration that doesn't have the same order and elements supported by the FVF codes.
Requirements
Header: Declared in D3DX9Mesh.h.
Library:
Use D3dx9.lib.