Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.820840835571 |
note | Returncode was 1 |
command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.20/compiler/in-05.frag fail 1.20 GL_ARB_explicit_attrib_location |
errors |
|
info | Returncode: 1 Errors: Successfully compiled fragment shader tests/spec/arb_explicit_attrib_location/1.20/compiler/in-05.frag: Fragment shader was successfully compiled to run on hardware. Output: Shader source: // [config] // expect_result: fail // glsl_version: 1.20 // require_extensions: GL_ARB_explicit_attrib_location // [end config] // // 'centroid' must appear before 'in'. #version 120 #extension GL_ARB_explicit_attrib_location: require in centroid vec4 color; void main() { gl_FragColor = color; } |