summaryrefslogtreecommitdiffstats
path: root/tests/qualifier-03.glsl
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2010-03-31 13:13:12 -0700
committerIan Romanick <[email protected]>2010-03-31 13:13:12 -0700
commitd8a2133887576daf7bc87fe05efdf31e7b5dca28 (patch)
tree71d7621dbdc18c258e56adc21ec2f554258b771e /tests/qualifier-03.glsl
parentd8065d86e8416c207b9a574ee45bf89b7d7b8eb2 (diff)
Add some variable declaration qualifier tests
Diffstat (limited to 'tests/qualifier-03.glsl')
-rw-r--r--tests/qualifier-03.glsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qualifier-03.glsl b/tests/qualifier-03.glsl
new file mode 100644
index 00000000000..7e448034a7c
--- /dev/null
+++ b/tests/qualifier-03.glsl
@@ -0,0 +1,2 @@
+/* FAIL - out only allowed in parameter list in GLSL 1.10 */
+out vec4 foo;