Results for spec/glsl-1.10/centroid-01.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.233999967575
note Returncode was 1
errors
  • Failed to compile vertex shader tests/spec/glsl-1.10\\compiler\\qualifiers\\centroid-01.vert: Vertex shader failed to compile with the following errors:
  • ERROR: 0:8: error(#132) Syntax error: \'centroid\' parse error
  • ERROR: error(#273) 1 compilation errors. No code generated
info
Returncode: 1

Errors:
Failed to compile vertex shader tests/spec/glsl-1.10\compiler\qualifiers\centroid-01.vert: Vertex shader failed to compile with the following errors:
ERROR: 0:8: error(#132) Syntax error: 'centroid' parse error
ERROR: error(#273) 1 compilation errors.  No code generated



Output:
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.10
// [end config]
//
// "centroid" is not a reserved word in GLSL 1.10

uniform vec4 centroid;

void main()
{
  gl_Position = centroid;
}

Back to summary