morph targets moved to compute shader (#651)

This commit is contained in:
Turánszki János
2023-03-20 08:24:43 +01:00
committed by GitHub
parent 5c6519db08
commit 0169e79b2e
8 changed files with 223 additions and 200 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 = 183;
const int revision = 184;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);