diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_swtnl.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_swtnl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_swtnl.h b/src/gallium/drivers/svga/svga_swtnl.h index fc094e51428..0661b718fd3 100644 --- a/src/gallium/drivers/svga/svga_swtnl.h +++ b/src/gallium/drivers/svga/svga_swtnl.h @@ -39,7 +39,9 @@ void svga_destroy_swtnl( struct svga_context *svga ); enum pipe_error svga_swtnl_draw_vbo(struct svga_context *svga, - const struct pipe_draw_info *info); + const struct pipe_draw_info *info, + struct pipe_resource *indexbuf, + unsigned index_offset); #endif |