Results for glslparsertest/glsl2/parameters-04.vert

Overview

Status: fail
Result: fail

Back to summary

Details

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

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


Output:
Shader source:
/* FAIL - formal parameter lacks a name
 */
float a(float x, float )
{
  return x;
}

Back to summary