1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 22:36:31 -05:00

GPU: Delay Fences.

This commit is contained in:
Fernando Sahmkow
2020-02-16 16:24:37 -04:00
parent 8b1eb44b3e
commit 339d0d9d6c
6 changed files with 20 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ public:
void FlushCommands();
void SyncGuestHost();
void OnCommandListEnd();
/// Returns a reference to the Maxwell3D GPU engine.
Engines::Maxwell3D& Maxwell3D();