diff options
Diffstat (limited to 'src/gallium/drivers/rbug/rbug_context.h')
-rw-r--r-- | src/gallium/drivers/rbug/rbug_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/rbug/rbug_context.h b/src/gallium/drivers/rbug/rbug_context.h index 6b44da0de6a..5e7b9d4dee4 100644 --- a/src/gallium/drivers/rbug/rbug_context.h +++ b/src/gallium/drivers/rbug/rbug_context.h @@ -48,8 +48,8 @@ struct rbug_context { struct { struct rbug_shader *shader[PIPE_SHADER_TYPES]; - struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; - struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; + struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; + struct rbug_resource *texs[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; unsigned num_views[PIPE_SHADER_TYPES]; unsigned nr_cbufs; |