Data Fields | |
unsigned | flatshade:1 |
unsigned | light_twoside:1 |
unsigned | front_winding:2 |
PIPE_WINDING_x. | |
unsigned | cull_mode:2 |
PIPE_WINDING_x. | |
unsigned | fill_cw:2 |
PIPE_POLYGON_MODE_x. | |
unsigned | fill_ccw:2 |
PIPE_POLYGON_MODE_x. | |
unsigned | offset_cw:1 |
unsigned | offset_ccw:1 |
unsigned | scissor:1 |
unsigned | poly_smooth:1 |
unsigned | poly_stipple_enable:1 |
unsigned | point_smooth:1 |
unsigned | point_sprite:1 |
unsigned | point_size_per_vertex:1 |
size computed in vertex shader | |
unsigned | multisample:1 |
unsigned | line_smooth:1 |
unsigned | line_stipple_enable:1 |
unsigned | line_stipple_factor:8 |
[1. | |
unsigned | line_stipple_pattern:16 |
unsigned | line_last_pixel:1 |
unsigned | bypass_clipping:1 |
unsigned | bypass_vs:1 |
Skip the vertex shader. | |
unsigned | origin_lower_left:1 |
Is (0,0) the lower-left corner? | |
unsigned | flatshade_first:1 |
take color attribute from the first vertex of a primitive | |
unsigned | gl_rasterization_rules:1 |
enable tweaks for GL rasterization? | |
float | line_width |
float | point_size |
used when no per-vertex size | |
float | point_size_min |
float | point_size_max |
float | offset_units |
float | offset_scale |
ubyte | sprite_coord_mode [16] |
PIPE_SPRITE_COORD_. |
Definition at line 89 of file p_state.h.
unsigned pipe_rasterizer_state::flatshade |
unsigned pipe_rasterizer_state::light_twoside |
unsigned pipe_rasterizer_state::front_winding |
unsigned pipe_rasterizer_state::cull_mode |
unsigned pipe_rasterizer_state::fill_cw |
unsigned pipe_rasterizer_state::fill_ccw |
unsigned pipe_rasterizer_state::offset_cw |
unsigned pipe_rasterizer_state::offset_ccw |
unsigned pipe_rasterizer_state::scissor |
unsigned pipe_rasterizer_state::poly_smooth |
unsigned pipe_rasterizer_state::point_smooth |
unsigned pipe_rasterizer_state::point_sprite |
unsigned pipe_rasterizer_state::multisample |
unsigned pipe_rasterizer_state::line_smooth |
unsigned pipe_rasterizer_state::bypass_vs |