Новая система построения вершин чанков

This commit is contained in:
2025-08-31 01:26:08 +06:00
parent 0fda466d3f
commit f745f58a31
5 changed files with 201 additions and 49 deletions

View File

@@ -251,6 +251,7 @@ public:
std::thread MainThread;
std::shared_ptr<VulkanRenderSession> RSession;
ServerSession::Ptr Session;
bool Выйти = false;
std::list<void (Vulkan::*)()> ImGuiInterfaces;
std::unique_ptr<ServerObj> Server;