IDirect3DRMFace::GetTextureCoordinateIndex
Retrieves the index of the vertex for texture coordinates in the face's mesh. This index corresponds to the index specified in the dwIndex parameter.
int GetTextureCoordinateIndex(
DWORD dwIndex
);
Parameters
dwIndex
Index within the face of the vertex.
Return Values
Returns the index.