4 // require_extensions: GL_MESA_shader_integer_functions
7 // From the MESA_shader_integer_functions spec:
8 // "Variables declared as ..., or sample in may
9 // not be written to during shader execution."
12 #extension GL_MESA_shader_integer_functions: require
19 x = vec4(0); /* not allowed */