mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-23 06:35:44 +00:00
OpenGL: Implement Fencing backend.
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
void FlushAndInvalidateRegion(VAddr addr, u64 size) override;
|
||||
void WaitIdle() const override;
|
||||
|
||||
void OnCommandListEnd() override;
|
||||
|
||||
protected:
|
||||
void TriggerCpuInterrupt(u32 syncpoint_id, u32 value) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user