summaryrefslogtreecommitdiffstats
path: root/tests/rewriter
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rewriter')
-rw-r--r--tests/rewriter/resources-in-structs.glsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rewriter/resources-in-structs.glsl b/tests/rewriter/resources-in-structs.glsl
index 26e21f630..6273e8720 100644
--- a/tests/rewriter/resources-in-structs.glsl
+++ b/tests/rewriter/resources-in-structs.glsl
@@ -47,8 +47,10 @@ uniform texture2D SLANG_parameterBlock_U_m_t;
layout(binding = 2)
uniform sampler SLANG_parameterBlock_U_m_s;
+layout(location = 0)
in vec2 uv;
+layout(location = 0)
out vec4 color;
void main()