summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/300link.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/300link.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/300link.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/300link.frag b/chromium/third_party/glslang/src/Test/300link.frag
new file mode 100644
index 00000000000..b80d172d396
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/300link.frag
@@ -0,0 +1,8 @@
+#version 300 es
+
+precision highp float;
+
+out vec4 color1;
+out vec4 color2;
+
+void main() {}