Data Fields | |
int | x0 |
int | y0 |
float | coverage [QUAD_SIZE] |
unsigned | facing:1 |
fragment coverage for antialiasing | |
unsigned | prim:2 |
PRIM_POINT, LINE, TRI. |
Uses "Channel-Serial" or "SoA" layout.
Definition at line 62 of file sp_headers.h.
Definition at line 64 of file sp_headers.h.
Definition at line 65 of file sp_headers.h.
float quad_header_input::coverage[QUAD_SIZE] |
Definition at line 66 of file sp_headers.h.
unsigned quad_header_input::facing |
fragment coverage for antialiasing
Front (0) or back (1) facing?
Definition at line 67 of file sp_headers.h.
unsigned quad_header_input::prim |