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

void main()
{
    mat3x4 m;
}