Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.099053144455 |
| note | Returncode was 1 |
| errors |
|
| info | Returncode: 1
Errors:
Successfully compiled vertex shader tests/glslparsertest/glsl2/redeclaration-15.vert: (no compiler output)
Output:
Shader source:
/* FAIL - built-in exp hidden by variable */
#version 120
uniform float exp;
void main()
{
gl_Position = vec4(exp(0.0));
}
|