diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index d13e51a47a6..4510ce33fb6 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -217,6 +217,7 @@ typedef struct shader_info { struct { bool uses_discard:1; + bool uses_demote:1; /** * True if this fragment shader requires helper invocations. This |