early-access version 1561

This commit is contained in:
pineappleEA
2021-04-07 20:28:12 +02:00
parent db63269e15
commit 0f685141d2
8 changed files with 69 additions and 34 deletions

View File

@@ -219,8 +219,8 @@ public:
return *shader_notify;
}
// Waits for the GPU to finish working
void WaitIdle() const;
// 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);