Results for glslparsertest/glsl2/redeclaration-15.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.150396108627
note Returncode was 1
errors
  • Successfully compiled vertex shader tests/glslparsertest/glsl2/redeclaration-15.vert: (no compiler output)
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));
}

Back to summary