Results for glslparsertest/glsl2/scoping-02.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.160251140594
note Returncode was 1
errors
  • Successfully compiled fragment shader tests/glslparsertest/glsl2/scoping-02.frag: (no compiler output)
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/glslparsertest/glsl2/scoping-02.frag: (no compiler output)


Output:
Shader source:
void main()
{
   if (true)
      float f = 0.3;
   else
      float g = 0.5;
   gl_FragColor = vec4(0.0, g, 0.0, 1.0);
}

Back to summary