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