diff options
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index 47bad0d73d4..2d843b7a047 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -71,8 +71,10 @@ void draw_destroy( struct draw_context *draw ); void draw_flush(struct draw_context *draw); -void draw_set_viewport_state( struct draw_context *draw, - const struct pipe_viewport_state *viewport ); +void draw_set_viewport_states( struct draw_context *draw, + unsigned start_slot, + unsigned num_viewports, + const struct pipe_viewport_state *viewports ); void draw_set_clip_state( struct draw_context *pipe, const struct pipe_clip_state *clip ); |