summaryrefslogtreecommitdiff
path: root/src/glsl/tests/matrix-02.glsl
blob: 0630722b7952f363fff6a2ab7b4a22be3b5b6c8b (plain)
1
2
3
4
5
6
/* FAIL - non-square matrices are not available in GLSL 1.10 */

void main()
{
    mat2x4 m;
}