#include <DebugDraw.h>
List of all members.
Detailed Description
Definition at line 190 of file DebugDraw.h.
Constructor & Destructor Documentation
duDisplayList::duDisplayList |
( |
int |
cap = 512 | ) |
|
duDisplayList::~duDisplayList |
( |
| ) |
|
Member Function Documentation
Begin drawing primitives.
- Parameters:
-
prim | [in] primitive type to draw, one of rcDebugDrawPrimitives. |
size | [in] size of a primitive, applies to point size and line width only. |
Implements duDebugDraw.
void duDisplayList::clear |
( |
| ) |
|
virtual void duDisplayList::depthMask |
( |
bool |
state | ) |
[virtual] |
virtual void duDisplayList::end |
( |
| ) |
[virtual] |
Submit a vertex.
- Parameters:
-
x,y,z | [in] position of the verts. |
color | [in] color of the verts. |
Implements duDebugDraw.
virtual void duDisplayList::vertex |
( |
const float * |
pos, |
|
|
unsigned int |
color |
|
) |
| [virtual] |
Submit a vertex.
- Parameters:
-
pos | [in] position of the verts. |
color | [in] color of the verts. |
Implements duDebugDraw.
The documentation for this class was generated from the following file: