Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.351402997971 |
note | Returncode was 1 |
command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.10/compiler/out-01.frag pass 1.10 GL_ARB_explicit_attrib_location |
errors |
|
info | Returncode: 1 Errors: Failed to compile fragment shader tests/spec/arb_explicit_attrib_location/1.10/compiler/out-01.frag: 0(12) : error C5060: out can't be used with non-varying color Output: Shader source: // [config] // expect_result: pass // glsl_version: 1.10 // require_extensions: GL_ARB_explicit_attrib_location // [end config] // // "out" is allowed in fragment shader output declarations in GLSL 1.10 when // GL_ARB_explicit_attrib_location is enabled #version 110 #extension GL_ARB_explicit_attrib_location: require out vec4 color; void main() { color = vec4(1.0); } |