summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/es-link1.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/es-link1.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/es-link1.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/es-link1.frag b/chromium/third_party/glslang/src/Test/es-link1.frag
new file mode 100644
index 00000000000..fe4da41d034
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/es-link1.frag
@@ -0,0 +1,8 @@
+#version 100
+
+mediump vec4 calculateColor();
+
+void main()
+{
+ gl_FragColor = calculateColor();
+}