diff options
Diffstat (limited to 'tests/matrix-06.glsl')
-rw-r--r-- | tests/matrix-06.glsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/matrix-06.glsl b/tests/matrix-06.glsl new file mode 100644 index 0000000000..0a512b8523 --- /dev/null +++ b/tests/matrix-06.glsl @@ -0,0 +1,6 @@ +/* FAIL - non-square matrices are not available in GLSL 1.10 */ + +void main() +{ + mat4x3 m; +} |