summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/noMain.vert
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/noMain.vert')
-rw-r--r--chromium/third_party/glslang/src/Test/noMain.vert5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/noMain.vert b/chromium/third_party/glslang/src/Test/noMain.vert
new file mode 100644
index 00000000000..27be67df3e5
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/noMain.vert
@@ -0,0 +1,5 @@
+#version 300 es
+
+void foo()
+{
+}