Results for glslparsertest/glsl2/constructor-22.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.234999895096
note Returncode was 1
errors
  • Failed to compile vertex shader tests/glslparsertest/glsl2\\constructor-22.vert: Vertex shader failed to compile with the following errors:
info
Returncode: 1

Errors:
Failed to compile vertex shader tests/glslparsertest/glsl2\constructor-22.vert: Vertex shader failed to compile with the following errors:


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

#version 120
void main()
{
   const mat3 m3 = mat3(3.00, 3.01, 3.02, 3.10, 3.11, 3.12, 3.20, 3.21, 3.22);
   const mat2 m2 = mat2(m3);
   gl_Position = vec4(m2);
}

Back to summary