summaryrefslogtreecommitdiff
path: root/tests/qualifier-02.glsl
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-31 13:13:12 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-31 13:13:12 -0700
commitd8a2133887576daf7bc87fe05efdf31e7b5dca28 (patch)
tree71d7621dbdc18c258e56adc21ec2f554258b771e /tests/qualifier-02.glsl
parentd8065d86e8416c207b9a574ee45bf89b7d7b8eb2 (diff)
Add some variable declaration qualifier tests
Diffstat (limited to 'tests/qualifier-02.glsl')
-rw-r--r--tests/qualifier-02.glsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qualifier-02.glsl b/tests/qualifier-02.glsl
new file mode 100644
index 0000000000..b635d52aa2
--- /dev/null
+++ b/tests/qualifier-02.glsl
@@ -0,0 +1,2 @@
+/* FAIL - in only allowed in parameter list in GLSL 1.10 */
+in foo;