Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.0986909866333 |
| note | Returncode was 1 |
| errors |
|
| info | Returncode: 1
Errors:
Successfully compiled vertex shader tests/glslparsertest/glsl2/struct-01.vert: (no compiler output)
Output:
Shader source:
/* FAIL - structure name conflicts with function name */
vec4 foo(vec4 a, vec4 b)
{
return vec4(dot(a, b));
}
struct foo {
float f;
int i;
bool b;
};
|