Data Fields | |
unsigned | clipmask:12 |
unsigned | edgeflag:1 |
unsigned | pad:3 |
unsigned | vertex_id:16 |
float | clip [4] |
float | data [][4] |
vector float | data [1] |
Simplified types taken from other parts of Gallium.
Carry some useful information around with the vertices in the prim pipe.
Definition at line 64 of file draw_private.h.
unsigned vertex_header::clipmask |
Definition at line 65 of file draw_private.h.
unsigned vertex_header::edgeflag |
Definition at line 66 of file draw_private.h.
unsigned vertex_header::pad |
Definition at line 67 of file draw_private.h.
unsigned vertex_header::vertex_id |
Definition at line 68 of file draw_private.h.
float vertex_header::clip[4] |
Definition at line 70 of file draw_private.h.
float vertex_header::data[][4] |
Definition at line 74 of file draw_private.h.
vector float vertex_header::data[1] |