Skip to content

Commit 876e1b4

Browse files
v1.1.0
1 parent 3938a0a commit 876e1b4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

version.glsl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#endif
8+
9+
#ifndef LYGIA_VERSION_PATCH
10+
#define LYGIA_VERSION_PATCH 0
11+
#endif

version.hlsl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#endif
8+
9+
#ifndef LYGIA_VERSION_PATCH
10+
#define LYGIA_VERSION_PATCH 0
11+
#endif

0 commit comments

Comments
 (0)