D3DXGetFVFVertexSize function

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

Syntax

UINT D3DXGetFVFVertexSize(
  _In_ DWORD FVF
);

Parameters

FVF [in]

Type: DWORD

FVF to be queried. A combination of D3DFVF.

Return value

Type: UINT

The FVF vertex size, in bytes.

Requirements

Requirement Value
Header
D3dx9mesh.h
Library
D3dx9.lib

See also

Mesh Functions