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

void main()
{
    mat3x2 m;
}