typedef struct _D3DPOINT {
WORD wCount;
WORD wFirst;
} D3DPOINT, *LPD3DPOINT;
Describes operand data for the D3DOP_POINT opcode in the in D3DOPCODE enumerated type.
Number of points.
Index of the first vertex.
Points are rendered by using a list of vertices.