diff options
Diffstat (limited to 'src/compiler/glsl/ir.cpp')
-rw-r--r-- | src/compiler/glsl/ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/ir.cpp b/src/compiler/glsl/ir.cpp index 2aa4affac9d..4dadfd27e23 100644 --- a/src/compiler/glsl/ir.cpp +++ b/src/compiler/glsl/ir.cpp @@ -1686,6 +1686,7 @@ ir_variable::ir_variable(const struct glsl_type *type, const char *name, this->data.image_volatile = false; this->data.image_restrict = false; this->data.from_ssbo_unsized_array = false; + this->data.fb_fetch_output = false; if (type != NULL) { if (type->base_type == GLSL_TYPE_SAMPLER) |