summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/410.tesc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/410.tesc')
-rw-r--r--chromium/third_party/glslang/src/Test/410.tesc11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/410.tesc b/chromium/third_party/glslang/src/Test/410.tesc
new file mode 100644
index 00000000000..edb2af96b0a
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/410.tesc
@@ -0,0 +1,11 @@
+#version 400 core
+
+// no layout(vertices = ...) out;
+int outa[gl_out.length()]; // ERROR
+
+patch out vec4 patchOut;
+
+void main()
+{
+
+}