Share via


Funzione D3DXGetFVFVertexSize

Restituisce le dimensioni di un vertice per un formato FVF (Flexible Vertex Format).

Sintassi

UINT D3DXGetFVFVertexSize(
  _In_ DWORD FVF
);

Parametri

FVF [in]

Tipo: DWORD

FVF su cui eseguire query. Combinazione di D3DFVF.

Valore restituito

Tipo: UINT

Dimensioni dei vertici FVF, in byte.

Requisiti

Requisito Valore
Intestazione
D3dx9mesh.h
Libreria
D3dx9.lib

Vedi anche

Funzioni mesh