Files
third_party_mesa3d/tests/matrix-05.glsl
2010-03-24 17:42:59 -07:00

7 lines
95 B
GLSL

/* FAIL - non-square matrices are not available in GLSL 1.10 */
void main()
{
mat4x2 m;
}