vk_scheduler: Silly merge conflict

This commit is contained in:
IndecisiveTurtle 2024-07-25 17:50:44 +03:00
parent 1f60b3d3d2
commit c9a13955a1

View File

@ -94,16 +94,12 @@ public:
return &master_semaphore;
}
<<<<<<< HEAD
/// Defers an operation until the gpu has reached the current cpu tick.
void DeferOperation(auto&& func) {
pending_ops.emplace(func, CurrentTick());
}
std::mutex submit_mutex;
=======
static std::mutex submit_mutex;
>>>>>>> 06b0f04 (liverpool: Better sync for CPU flips)
private:
void AllocateWorkerCommandBuffers();