D3DXGetFVFVertexSize
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXGetFVFVertexSize Function


Returns the size of a vertex for a flexible vertex format (FVF).

Syntax

UINT WINAPI D3DXGetFVFVertexSize(      

    DWORD FVF );

Parameters

FVF
[in] FVF to be queried. A combination of D3DFVF.

Return Value

The FVF vertex size, in bytes.

Function Information

Headerd3dx9core.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.