diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 13da17fa264..2e22614b75b 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -191,6 +191,9 @@ typedef struct shader_info { /* Whether the shader writes memory, including transform feedback. */ bool writes_memory:1; + /* Whether gl_Layer is viewport-relative */ + bool layer_viewport_relative:1; + union { struct { /* Which inputs are doubles */ |