mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
gallium: updated prototype (missed in prev commit)
This commit is contained in:
parent
5e29aab175
commit
d4a4bed663
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ void draw_set_rasterizer_state( struct draw_context *draw,
|
|||
void draw_set_rasterize_stage( struct draw_context *draw,
|
||||
struct draw_stage *stage );
|
||||
|
||||
void draw_wide_point_threshold(struct draw_context *draw, float threshold);
|
||||
|
||||
void draw_convert_wide_points(struct draw_context *draw, boolean enable);
|
||||
|
||||
void draw_convert_wide_lines(struct draw_context *draw, boolean enable);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue