Results for glslparsertest/CorrectFuncOverload.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.24599981308
note Returncode was 1
errors
  • Failed to compile fragment shader tests/glslparsertest/shaders\\CorrectFuncOverload.frag: Fragment shader failed to compile with the following errors:
  • ERROR: error(#60) Unknown char \'`\'
  • ERROR: error(#273) 1 compilation errors. No code generated
info
Returncode: 1

Errors:
Failed to compile fragment shader tests/glslparsertest/shaders\CorrectFuncOverload.frag: Fragment shader failed to compile with the following errors:
ERROR: error(#60) Unknown char '`'
ERROR: error(#273) 1 compilation errors.  No code generated



Output:
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]

void testVoid (vec4 v, vec4 v1)
{
}

void testVoid (ivec4 v, ivec4 v1)
{
}

void main(void)
{
    vec4 v;
    ivec4 i;
    testVoid(i, i);
    testVoid(v, v);
    gl_FragColor = v;
}
様様様様様様様様

Back to summary