Results for glslparsertest/glsl2/array-21.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.202100038528
note
Returncode was 1
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/glslparsertest/glsl2/array-21.vert fail 1.10
errors
  • Successfully compiled vertex shader tests/glslparsertest/glsl2/array-21.vert: 0(11) : warning C7551: OpenGL first class arrays require #version 120
  • 0(11) : warning C7523: OpenGL requires array parameters of constant size
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/glslparsertest/glsl2/array-21.vert: 0(11) : warning C7551: OpenGL first class arrays require #version 120
0(11) : warning C7523: OpenGL requires array parameters of constant size



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

/* FAIL - arrays passed as parameters must declare a size */
void func(in vec4[] vertices)
{
    gl_Position = gl_Vertex;
}

Back to summary