Defines

Draw primitive types
[Defines]


Detailed Description

See also:
DrawPrimitive

Defines

#define DRAW_PRIMITIVE_POINTLIST   (0)
#define DRAW_PRIMITIVE_LINELIST   (1)
#define DRAW_PRIMITIVE_LINESTRIP   (2)
#define DRAW_PRIMITIVE_TRIANGLELIST   (3)
#define DRAW_PRIMITIVE_TRIANGLESTRIP   (4)
#define DRAW_PRIMITIVE_TRIANGLEFAN   (5)

Define Documentation

#define DRAW_PRIMITIVE_POINTLIST   (0)
#define DRAW_PRIMITIVE_LINELIST   (1)
#define DRAW_PRIMITIVE_LINESTRIP   (2)
#define DRAW_PRIMITIVE_TRIANGLELIST   (3)
#define DRAW_PRIMITIVE_TRIANGLESTRIP   (4)
#define DRAW_PRIMITIVE_TRIANGLEFAN   (5)