summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/comment.frag
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/comment.frag')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/comment.frag19
1 files changed, 19 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/comment.frag b/3rdparty/bgfx/3rdparty/glslang/Test/comment.frag
new file mode 100644
index 00000000000..f5c565c22f2
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/comment.frag
@@ -0,0 +1,19 @@
+
+ //
+/* anotehn t* ontuh * / tnoahnt /* oo */
+/* multi line...
+
+ao */
+/* no escape \
+oanot */
+// escape nothing \o oeu
+// escape newline \
+still in a comment
+// escape newline \
+
+// a different comment
+#version 430 core
+in vec4 v;
+void main() {}
+
+