4 // require_extensions: GL_MESA_shader_integer_functions
7 // From the MESA_shader_integer_functions spec:
8 // "It is an error to use centroid out or sample out in a fragment shader"
11 #extension GL_MESA_shader_integer_functions: require
13 sample out vec4 x; /* not allowed */