terrain: virtual texture update on async compute

This commit is contained in:
Turánszki János
2022-10-03 15:50:54 +02:00
parent 62b309fbb3
commit 1eba681e74
4 changed files with 80 additions and 70 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 = 66;
const int revision = 67;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);