Results for glslparsertest/glsl2/redeclaration-08.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.144077062607
note Returncode was 1
errors
  • Successfully compiled vertex shader tests/glslparsertest/glsl2/redeclaration-08.vert: (no compiler output)
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/glslparsertest/glsl2/redeclaration-08.vert: (no compiler output)


Output:
Shader source:
/* FAIL - like struct-01.vert, but now the other comes first */

struct foo {
    float f;
    int i;
    bool b;
};

vec4 foo(vec4 a, vec4 b)
{
    return vec4(dot(a, b));
}


Back to summary