early-access version 2080

This commit is contained in:
pineappleEA
2021-09-24 05:02:56 +02:00
parent beb20c8cb8
commit 397fea26bb
4 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,6 @@ private:
vk::CommandBuffer current_cmdbuf;
std::unique_ptr<CommandChunk> chunk;
std::jthread worker_thread;
State state;
@@ -226,6 +225,7 @@ private:
std::mutex work_mutex;
std::condition_variable_any work_cv;
std::condition_variable wait_cv;
std::jthread worker_thread;
};
} // namespace Vulkan