D3DXSHPRTSPLITMESHVERTDATA
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXSHPRTSPLITMESHVERTDATA Structure


Syntax

typedef struct D3DXSHPRTSPLITMESHVERTDATA {
    UINT uVertRemap;
    UINT uSubCluster;
    UINT ucVertStatus;
} D3DXSHPRTSPLITMESHVERTDATA;

Members

uVertRemap
Vertex in original mesh this corresponds to.
uSubCluster
Cluster index, relative to the supercluster.
ucVertStatus
1 if vertex has valid data, 0 if it is "full".

Remarks

Allocated in D3DXSHPRTCompSplitMeshSC.

Structure Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98


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