diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 6c05f3807ee..181f85febac 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -134,6 +134,8 @@ typedef struct shader_info { struct { unsigned local_size[3]; + bool local_size_variable; + /** * Size of shared variables accessed by the compute shader. */ |