summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index a44fcac2388..b4499006f86 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -118,6 +118,11 @@ typedef struct shader_info {
struct {
unsigned local_size[3];
+
+ /**
+ * Size of shared variables accessed by the compute shader.
+ */
+ unsigned shared_size;
} cs;
struct {