Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.759913921356 |
note | Returncode was 1 |
command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.10/compiler/in-03.frag fail 1.10 GL_ARB_explicit_attrib_location |
errors |
|
info | Returncode: 1 Errors: Successfully compiled fragment shader tests/spec/arb_explicit_attrib_location/1.10/compiler/in-03.frag: Fragment shader was successfully compiled to run on hardware. Output: Shader source: // [config] // expect_result: fail // glsl_version: 1.10 // require_extensions: GL_ARB_explicit_attrib_location // [end config] // // GL_ARB_explicit_attrib_location interacts with the 'centroid' qualifier, // but it does not make it available in 1.10 shaders. #version 110 #extension GL_ARB_explicit_attrib_location: require centroid in vec4 color; void main() { gl_FragColor = color; } |