Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.219095230103 |
| note | Returncode was 1 |
| command | /usr/local/src/piglit/framework/../bin/glslparsertest tests/glslparsertest/glsl2/function-11.vert pass 1.10 |
| errors |
|
| info | Returncode: 1
Errors:
Failed to compile vertex shader tests/glslparsertest/glsl2/function-11.vert: 0(16) : error C0000: syntax error, unexpected ')' at token ")"
0(18) : error C1121: main: function type parameters not allowed
Output:
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]
/* PASS
*
* In a function prototype it is valid to have some parameters named
* and some parameters not named.
*/
void bar(int x, float);
void main()
{
gl_Position = vec4(0.0);
}
|