![]() |
![]() |
![]() |
Returns the size of a vertex for a flexible vertex format (FVF).
Syntax
UINT WINAPI D3DXGetDeclVertexSize(
CONST D3DVERTEXELEMENT9 *pDecl, DWORD Stream );
Parameters
- pDecl
- [in] A pointer to the vertex declaration. See D3DVERTEXELEMENT9.
- Stream
- [in] The zero-based stream index.
Return Value
The vertex declaration size, in bytes.
Function Information
Header d3dx9mesh.h Import library d3dx9.lib Minimum operating systems Windows 98