mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 16:17:49 +00:00
gpu: Use std::jthread for async gpu thread
This commit is contained in:
parent
4cad11c5f3
commit
2cb4bb689b
5 changed files with 18 additions and 69 deletions
|
@ -219,9 +219,6 @@ public:
|
|||
return *shader_notify;
|
||||
}
|
||||
|
||||
// Stops the GPU execution and waits for the GPU to finish working
|
||||
void ShutDown();
|
||||
|
||||
/// Allows the CPU/NvFlinger to wait on the GPU before presenting a frame.
|
||||
void WaitFence(u32 syncpoint_id, u32 value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue