Data Fields | |
struct draw_stage | stage |
unsigned | mode [2] |
[0] = front face, [1] = back face. |
Convert triangles to points or lines as needed.
Definition at line 42 of file draw_pipe_unfilled.c.
struct draw_stage unfilled_stage::stage [read] |
Definition at line 43 of file draw_pipe_unfilled.c.
unsigned unfilled_stage::mode[2] |
[0] = front face, [1] = back face.
legal values: PIPE_POLYGON_MODE_FILL, PIPE_POLYGON_MODE_LINE, and PIPE_POLYGON_MODE_POINT,
Definition at line 49 of file draw_pipe_unfilled.c.