aboutsummaryrefslogtreecommitdiff
path: root/Test/400.frag
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-12-05 20:07:56 +0000
committerJohn Kessenich <cepheus@frii.com>2013-12-05 20:07:56 +0000
commit0b39137009e736ca6d99a0a8225690118785c9b5 (patch)
treead46e8628730cb00c07875fd956f75dd4f4a509b /Test/400.frag
parent2f15597a7ebd5ed4b2089e3a44636df8f54c152f (diff)
downloadglslang-0b39137009e736ca6d99a0a8225690118785c9b5.tar.gz
Implement location overlap error checking.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24376 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/400.frag')
-rw-r--r--Test/400.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/400.frag b/Test/400.frag
index c8039f0f..6d471389 100644
--- a/Test/400.frag
+++ b/Test/400.frag
@@ -33,7 +33,7 @@ layout(location = 4) in vec4 vl; // ERROR, not supported
#extension GL_ARB_separate_shader_objects : enable
#endif
-layout(location = 4) in vec4 vl2;
+layout(location = 6) in vec4 vl2;
layout(location = 3) uniform vec3 uv3;