?/TD>
Microsoft DirectX 9.0

D3DXGetFVFVertexSize Function


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

Syntax

UINT D3DXGetFVFVertexSize(      

    DWORD FVF );

Parameters

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

Return Value

The flexible vertex format vertex size, in bytes.

Function Information

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


© 2002 Microsoft Corporation. All rights reserved.