diff options
Diffstat (limited to 'src/gallium/drivers/noop/noop_state.c')
-rw-r--r-- | src/gallium/drivers/noop/noop_state.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/noop/noop_state.c b/src/gallium/drivers/noop/noop_state.c index 0c0ad9f370e..ed964ddaf92 100644 --- a/src/gallium/drivers/noop/noop_state.c +++ b/src/gallium/drivers/noop/noop_state.c @@ -130,7 +130,8 @@ static void noop_set_sampler_views(struct pipe_context *ctx, unsigned shader, { } -static void noop_bind_sampler_states(struct pipe_context *ctx, unsigned shader, +static void noop_bind_sampler_states(struct pipe_context *ctx, + enum pipe_shader_type shader, unsigned start, unsigned count, void **states) { |