summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc b/3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc
new file mode 100644
index 00000000000..85fe94b8190
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/spv.450.noRedecl.tesc
@@ -0,0 +1,10 @@
+#version 450 core
+
+layout(vertices = 4) out;
+
+patch out vec4 patchOut;
+
+void main()
+{
+ gl_in[0].gl_PointSize;
+}