Función D3DXGetFVFVertexSize
Devuelve el tamaño de un vértice para un formato de vértice flexible (FVF).
Sintaxis
UINT D3DXGetFVFVertexSize(
_In_ DWORD FVF
);
Parámetros
Valor devuelto
Tipo: UINT
Tamaño del vértice FVF, en bytes.
Requisitos
Requisito | Value |
---|---|
Encabezado |
|
Biblioteca |
|
Consulte también