diff options
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r-- | src/compiler/glsl/ir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h index b1a1d5656d1..0c319ea8f27 100644 --- a/src/compiler/glsl/ir.h +++ b/src/compiler/glsl/ir.h @@ -703,6 +703,11 @@ public: unsigned explicit_binding:1; /** + * Was an initial component explicitly set in the shader? + */ + unsigned explicit_component:1; + + /** * Does this variable have an initializer? * * This is used by the linker to cross-validiate initializers of global |