D2D1_VERTEX_RANGE

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

struct D2D1_VERTEX_RANGE {
UINT32 startVertex;
UINT32 vertexCount;
}

Meta