summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/spv.dataOut.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/spv.dataOut.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/spv.dataOut.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/spv.dataOut.frag b/chromium/third_party/glslang/src/Test/spv.dataOut.frag
new file mode 100644
index 00000000000..7f4208afb39
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/spv.dataOut.frag
@@ -0,0 +1,8 @@
+#version 140
+
+in vec4 Color;
+
+void main()
+{
+ gl_FragData[1] = Color;
+}