summaryrefslogtreecommitdiff
path: root/tests/matrix-06.glsl
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-24 17:42:59 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-24 17:42:59 -0700
commite4fca97afd27f72d056e245aaa5761579ee78850 (patch)
treee151e5aecc9438a5ff1bf4f630829221de326d35 /tests/matrix-06.glsl
parent3209c4e3692eaa9468aadcd21ce402e6b0d5b7dd (diff)
Add some matrix math tests
Diffstat (limited to 'tests/matrix-06.glsl')
-rw-r--r--tests/matrix-06.glsl6
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;
+}