mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
D3D12: Fix case where perf queries weren't flushed
This commit is contained in:
parent
42964e8531
commit
92f1f553d1
2 changed files with 23 additions and 12 deletions
|
@ -38,8 +38,8 @@ private:
|
|||
};
|
||||
|
||||
void ResolveQueries(u32 query_count);
|
||||
void ReadbackQueries();
|
||||
void ReadbackQueries(u32 query_count);
|
||||
void ReadbackQueries(bool blocking);
|
||||
void AccumulateQueriesFromBuffer(u32 query_count);
|
||||
|
||||
void PartialFlush(bool resolve, bool blocking);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue