diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_state.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_state.c b/src/gallium/drivers/nouveau/nv30/nv30_state.c index c6eddd0486c..16b668bfe48 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_state.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_state.c @@ -326,7 +326,8 @@ nv30_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) } static void -nv30_set_constant_buffer(struct pipe_context *pipe, uint shader, uint index, +nv30_set_constant_buffer(struct pipe_context *pipe, + enum pipe_shader_type shader, uint index, const struct pipe_constant_buffer *cb) { struct nv30_context *nv30 = nv30_context(pipe); |