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

void main()
{
    mat2x3 m;
}