summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/410.vert
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/410.vert')
-rw-r--r--chromium/third_party/glslang/src/Test/410.vert9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/410.vert b/chromium/third_party/glslang/src/Test/410.vert
new file mode 100644
index 00000000000..0ecf4768ae5
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/410.vert
@@ -0,0 +1,9 @@
+#version 410 core
+
+in double d;
+in dvec3 d3;
+in dmat4 dm4;
+
+void main()
+{
+}