D2D1_VERTEX_RANGE

<summary> This defines the range of vertices from a vertex buffer to draw. </summary>

version(Windows)
struct D2D1_VERTEX_RANGE {}

Members

Variables

startVertex
UINT32 startVertex;
Undocumented in source.
vertexCount
UINT32 vertexCount;
Undocumented in source.

Meta