mesa/tests/matrix-04.glsl

7 lines
95 B
GLSL

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