summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/300link2.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/300link2.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/300link2.frag11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/300link2.frag b/chromium/third_party/glslang/src/Test/300link2.frag
new file mode 100644
index 00000000000..d8ed3352e0e
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/300link2.frag
@@ -0,0 +1,11 @@
+#version 300 es
+precision mediump float;
+in vec4 pos;
+
+layout(location = 1) out vec4 c;
+layout(location = 5) out vec4 p;
+layout(location = 9) out vec4 q[2];
+
+void main()
+{
+}