Files
third_party_mesa3d/tests/matrix-03.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()
{
mat3x2 m;
}