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

void main()
{
    mat4x2 m;
}