shader buffer refactor; vulkan mesh shader fixes; (#713)

This commit is contained in:
Turánszki János
2023-07-25 09:59:59 +02:00
committed by GitHub
parent 532ed92ac4
commit 484f32f3e4
29 changed files with 685 additions and 507 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 = 256;
const int revision = 257;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);