DDGI: packing to R9G9B9E5_SHAREDEXP format

This commit is contained in:
Turánszki János
2022-11-28 10:42:56 +01:00
parent cec57146c4
commit 438e575da7
15 changed files with 218 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 104;
const int revision = 105;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);