Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This constant is 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.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
See also