aboutsummaryrefslogtreecommitdiff
path: root/Test/150.frag
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-12-18 18:47:12 +0000
committerJohn Kessenich <cepheus@frii.com>2013-12-18 18:47:12 +0000
commite8fe7b81d75a015bb85f4c45f7a4119420d4beef (patch)
tree47a454858cf11c858369c3fb8ccf873e36d0f09f /Test/150.frag
parent7c908d2543eced651a2f6e3f5fb26f2efcf557f9 (diff)
downloadglslang-e8fe7b81d75a015bb85f4c45f7a4119420d4beef.tar.gz
Allow tessellation shaders to work on versions back to 150. Also combined all the tessellation tests into a single run.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24569 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/150.frag')
-rw-r--r--Test/150.frag2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/150.frag b/Test/150.frag
index 49d5636a..6225aa7a 100644
--- a/Test/150.frag
+++ b/Test/150.frag
@@ -14,3 +14,5 @@ void main()
layout(origin_upper_left, pixel_center_integer) in vec4 gl_FragCoord; // ERROR, declared after use
in struct S { float f; } s;
+
+float patch = 3.1; \ No newline at end of file