Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes an individual vertex element in a vertex declaration.
template VertexElement
{
< F752461C-1E23-48f6-B9F8-8350850F336F >
DWORD Type;
DWORD Method;
DWORD Usage;
DWORD UsageIndex;
}
Where:
- Type - Vertex data type. See D3DDECLTYPE.
- Method - Tessellator processing method. See D3DDECLMETHOD.
- Usage - Intended use of the vertex data. See D3DDECLUSAGE.
- UsageIndex - Modifies the usage data. See D3DDECLUSAGE.
See also