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

void main()
{
    mat4x3 m;
}