Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.251167058945 |
| note | Returncode was 1 |
| errors |
|
| command | /home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/glsl-1.30/compiler/storage-qualifiers/function-param-centroid-in-01.frag fail 1.30 |
| info | Returncode: 1
Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30/compiler/storage-qualifiers/function-param-centroid-in-01.frag:
Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// Check that 'centroid in' cannot be used a parameter qualifer.
#version 130
float f(centroid in float x) {
return x;
}
|