We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3938a0a commit 876e1b4Copy full SHA for 876e1b4
version.glsl
@@ -0,0 +1,11 @@
1
+#ifndef LYGIA_VERSION_MAYOR
2
+#define LYGIA_VERSION_MAYOR 1
3
+#endif
4
+
5
+#ifndef LYGIA_VERSION_MINOR
6
+#define LYGIA_VERSION_MINOR 1
7
8
9
+#ifndef LYGIA_VERSION_PATCH
10
+#define LYGIA_VERSION_PATCH 0
11
version.hlsl
0 commit comments