MAX_FVF_DECL_SIZE
Microsoft DirectX 9.0 SDK Update (October 2004)

MAX_FVF_DECL_SIZE Enumerated Type


Defines the maximum number of vertex declarators for a mesh.

Syntax

typedef enum {
    MAX_FVF_DECL_SIZE = MAXD3DDECLLENGTH + 1
} MAX_FVF_DECL_SIZE;

Constants

MAX_FVF_DECL_SIZE

The maximum number of elements in the vertex declaration. The additional (+1) is for D3DDECL_END.

Remarks

MAXD3DDECLLENGTH is defined as a maximum of 64 (see d3d9types.h). This does not include the "end" marker vertex element.

Enumerated Type Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98

See Also

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


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.