D3DPOINT

The D3DPOINT structure describes operand data for the D3DOP_POINT opcode in the in D3DOPCODE enumerated type.

typedef struct _D3DPOINT { 
    WORD wCount; 
    WORD wFirst; 
} D3DPOINT, *LPD3DPOINT; 
 

Members

wCount
Number of points.
wFirst
Index of the first vertex.

Remarks

Points are rendered by using a list of vertices.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
  Windows CE: Unsupported.
  Header: Declared in d3dtypes.h.

See Also

D3DOPCODE