?/TD>
Microsoft DirectX 9.0

MAX_FVF_DECL_SIZE Enumerated Type


This constant is the maximum number of vertex declarators for a mesh.

Syntax

typedef enum {
    MAX_FVF_DECL_SIZE = 18
} MAX_FVF_DECL_SIZE;

Constants

MAX_FVF_DECL_SIZE

A mesh contains an array of vertex declarations. This constant is the maximum number of declarations in the array.

Enumerated Type Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98

See Also

ID3DXBaseMesh, IDirect3DVertexDeclaration9::GetDeclaration, ID3DXSPMesh::GetDeclaration, D3DXDeclaratorFromFVF, ID3DXSkinInfo


© 2002 Microsoft Corporation. All rights reserved.