summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/matrix-05.vert
blob: dd34a695443a37e4137192c09d0db539ccd9869b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// [config]
// expect_result: fail
// glsl_version: 1.10
//
// [end config]

/* FAIL - non-square matrices are not available in GLSL 1.10 */

void main()
{
    mat4x2 m;
}