diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 13:13:12 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 13:13:12 -0700 |
commit | d8a2133887576daf7bc87fe05efdf31e7b5dca28 (patch) | |
tree | 71d7621dbdc18c258e56adc21ec2f554258b771e /tests/qualifier-02.glsl | |
parent | d8065d86e8416c207b9a574ee45bf89b7d7b8eb2 (diff) |
Add some variable declaration qualifier tests
Diffstat (limited to 'tests/qualifier-02.glsl')
-rw-r--r-- | tests/qualifier-02.glsl | 2 |
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; |