Results for glslparsertest/glsl2/pragma-03.vert

Overview

Status: fail
Result: fail

Back to summary

Details

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

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


Output:
Shader source:
/* FAIL
 *
 * From page 11 (page 17 of the PDF) of the GLSL 1.10 spec:
 *
 *     "[#pragma debug] can only be used outside function definitions."
 */
void main()
{
#pragma debug(off)
  gl_Position = gl_Vertex;
}

Back to summary