diff options
Diffstat (limited to 'src/gallium/include/pipe/p_context.h')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index b74679d1f82..bea192477c8 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -314,7 +314,8 @@ struct pipe_context { * unless it's NULL, in which case no buffers will * be bound. */ - void (*set_shader_buffers)(struct pipe_context *, unsigned shader, + void (*set_shader_buffers)(struct pipe_context *, + enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers); |