diff options
Diffstat (limited to 'src/gallium/drivers/rbug/rbug_context.h')
-rw-r--r-- | src/gallium/drivers/rbug/rbug_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/rbug/rbug_context.h b/src/gallium/drivers/rbug/rbug_context.h index 0c99d60f2d..80c803da83 100644 --- a/src/gallium/drivers/rbug/rbug_context.h +++ b/src/gallium/drivers/rbug/rbug_context.h @@ -74,7 +74,7 @@ struct rbug_context { struct rbug_shader *fs; struct rbug_shader *vs; - struct rbug_sampler_view *sampler_view; + struct rbug_resource *texture; struct rbug_resource *surf; int blocker; |