Signed-off-by: Samuel Iglesias Gonsálvez <sigles...@igalia.com> --- src/glsl/ir.cpp | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/glsl/ir.cpp b/src/glsl/ir.cpp index 8933b23..8b5ba71 100644 --- a/src/glsl/ir.cpp +++ b/src/glsl/ir.cpp @@ -1676,6 +1676,7 @@ ir_variable::ir_variable(const struct glsl_type *type, const char *name, this->data.interpolation = INTERP_QUALIFIER_NONE; this->data.max_array_access = 0; this->data.atomic.offset = 0; + this->data.precision = GLSL_PRECISION_NONE; this->data.image_read_only = false; this->data.image_write_only = false; this->data.image_coherent = false; -- 2.5.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev