aboutsummaryrefslogtreecommitdiff
path: root/Test/150.frag
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-12-04 20:41:33 +0000
committerJohn Kessenich <cepheus@frii.com>2013-12-04 20:41:33 +0000
commitafda2411c0bcf27db4a6330c2a297ef3696f41bc (patch)
treed7bf8f4375235852f51f5eca41c75b33702d8618 /Test/150.frag
parent66cdf36521506d40e799acdd89bec258a2ef84ac (diff)
downloadglslang-afda2411c0bcf27db4a6330c2a297ef3696f41bc.tar.gz
Check for structures out from vertex or into fragment for ES 100 or desktop pre-150.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24349 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 d4d44881..49d5636a 100644
--- a/Test/150.frag
+++ b/Test/150.frag
@@ -12,3 +12,5 @@ void main()
}
layout(origin_upper_left, pixel_center_integer) in vec4 gl_FragCoord; // ERROR, declared after use
+
+in struct S { float f; } s;