summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out21
1 files changed, 21 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out b/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out
new file mode 100644
index 00000000000..1280ddf644d
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/preprocessor.function_macro.vert.out
@@ -0,0 +1,21 @@
+#version 310 es
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+int main(){
+ gl_Position = vec4(3 + 1, 3 + 4, 3 + 1);
+ gl_Position = vec4(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12);
+ gl_Position = vec4(4 + 3 + 3);
+}
+