Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.249000072479 |
| note | Returncode was 1 |
| errors |
|
| info | Returncode: 1 Errors: Successfully compiled vertex shader tests/spec/glsl-1.10\compiler\qualifiers\out-01.vert: Vertex shader was successfully compiled to run on hardware. Output: Shader source: // [config] // expect_result: fail // glsl_version: 1.10 // [end config] // // "out" is only allowed in parameter list in GLSL 1.10 out vec4 foo; |