@@ -731,6 +731,7 @@ ir_variable::ir_variable(const struct glsl_type *type, const char *name)
{
this->type = type;
this->name = name;
this->location = -1;
this->constant_value = NULL;
if (type && type->base_type == GLSL_TYPE_SAMPLER)
The note is not visible to the blocked user.