Functions | |
| void | Draw_AddToBounds (const vec3_t v) |
| void | Draw_ClearBounds (void) |
| void | Draw_ClearWindow (void) |
| void | Draw_DrawFace (const struct visfacet_s *f) |
| void | Draw_SetBlack (void) |
| void | Draw_SetColor (int c) |
| void | Draw_SetGrey (void) |
| void | Draw_SetRed (void) |
| void | DrawBrush (const struct brush_s *b) |
| void | DrawLeaf (const struct node_s *l, int color) |
| void | DrawPoint (const vec3_t v) |
| void | DrawPortal (const struct portal_s *p) |
| void | DrawTri (const vec3_t p1, const vec3_t p2, const vec3_t p3) |
| void | DrawWinding (const struct winding_s *w) |
| void | SetColor (int c) |