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