D3DXSHPRTSPLITMESHCLUSTERDATA
        
        
	
		
typedef struct D3DXSHPRTSPLITMESHCLUSTERDATA {
    UINT uVertStart;
    UINT uVertLength;
    UINT uFaceStart;
    UINT uFaceLength;
    UINT uClusterStart;
    UINT uClusterLength;
} D3DXSHPRTSPLITMESHCLUSTERDATA, *LPD3DXSHPRTSPLITMESHCLUSTERDATA;
                    
                
            
            
                
Members
      - uVertStart
- Initial vertex into remapped vertex array.
- uVertLength
- Number of vertices in this supercluster.
- uFaceStart
- Initial index into face array.
- uFaceLength
- Number of faces in this supercluster.
- uClusterStart
- Initial index into cluster array.
- uClusterLength
- Number of clusters in this supercluster array.
See Also
D3DXSHPRTCompSplitMeshSC