D3DXGetFVFVertexSize
D3DXGetFVFVertexSize
Returns the size of a vertex for a flexible vertex format (FVF).
UINT D3DXGetFVFVertexSize(
DWORD FVF
);
Parameters
- FVF
- [in] FVF to be queried. A combination of D3DFVF.
Return Values
The FVF vertex size, in bytes.
Requirements
Header: Declared in D3dx9core.h.
Library:
Use D3dx9.lib.