updated vulkan memory allocator

This commit is contained in:
Turanszki Janos
2019-12-05 21:07:35 +00:00
parent 921321f3ba
commit 9f150fe30c
2 changed files with 729 additions and 165 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wiVersion
// minor features, major updates
const int minor = 35;
// minor bug fixes, alterations, refactors, updates
const int revision = 13;
const int revision = 14;
long GetVersion()