diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 761761da773..88e12b2f318 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -249,6 +249,7 @@ struct pipe_context { struct pipe_surface **resources); void (*set_vertex_buffers)( struct pipe_context *, + unsigned start_slot, unsigned num_buffers, const struct pipe_vertex_buffer * ); |