Browse code

Add preprocessing include

Robert Cranston authored on 26/02/2021 16:36:35
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+#version 110
2
+
3
+
4
+#extension GL_ARB_shading_language_include : require
5
+
6
+
7
+#include "bad_include_malformed.h" malformed.h"
8
+
9
+
10
+void main()
11
+{
12
+    gl_Position = gl_Vertex;
13
+}