mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-21 08:08:56 +02:00
[common, gpu_thread] Exchanging command queue + adjusting Subtract in the OverlapRangeSetImpl
This commit is contained in:
parent
19e2dba35a
commit
28bf78db3a
2 changed files with 16 additions and 19 deletions
|
|
@ -89,7 +89,7 @@ struct CommandDataContainer {
|
|||
|
||||
/// Struct used to synchronize the GPU thread
|
||||
struct SynchState final {
|
||||
using CommandQueue = Common::MPSCQueue<CommandDataContainer>;
|
||||
using CommandQueue = Common::SPSCQueue<CommandDataContainer>;
|
||||
std::mutex write_lock;
|
||||
CommandQueue queue;
|
||||
u64 last_fence{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue