Structure D3DXSHPRTSPLITMESHVERTDATA
Syntaxe
typedef struct D3DXSHPRTSPLITMESHVERTDATA {
UINT uVertRemap;
UINT uSubCluster;
UINT ucVertStatus;
} D3DXSHPRTSPLITMESHVERTDATA, *LPD3DXSHPRTSPLITMESHVERTDATA;
Membres
-
uVertRemap
-
Type : UINT
-
Vertex dans le maillage d’origine à laquelle cela correspond.
-
uSubCluster
-
Type : UINT
-
Index de cluster, par rapport à la supercluster.
-
ucVertStatus
-
Type : UINT
-
1 si le vertex a des données valides, 0 s’il est « complet ».
Notes
Alloué dans D3DXSHPRTCompSplitMeshSC.
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|
Voir aussi