mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
VideoBackends:Vulkan: Fix queries
Fixes both checking whether queries are done and actually resets query pools.
This commit is contained in:
parent
8a1c28be63
commit
6ba7573877
2 changed files with 19 additions and 6 deletions
|
@ -40,7 +40,7 @@ private:
|
|||
struct ActiveQuery
|
||||
{
|
||||
u64 fence_counter;
|
||||
PerfQueryType query_type;
|
||||
PerfQueryGroup query_type;
|
||||
bool has_value;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue