summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug/rbug_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/rbug/rbug_context.h')
-rw-r--r--src/gallium/drivers/rbug/rbug_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/rbug/rbug_context.h b/src/gallium/drivers/rbug/rbug_context.h
index 08ff050a9a3..ccba3c19254 100644
--- a/src/gallium/drivers/rbug/rbug_context.h
+++ b/src/gallium/drivers/rbug/rbug_context.h
@@ -48,6 +48,7 @@ struct rbug_context {
struct {
struct rbug_shader *fs;
struct rbug_shader *vs;
+ struct rbug_shader *gs;
struct rbug_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
unsigned num_sampler_views;