mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoBackends:Vulkan: Fix queries
Fixes both checking whether queries are done and actually resets query pools.
This commit is contained in:
@ -40,7 +40,7 @@ private:
|
||||
struct ActiveQuery
|
||||
{
|
||||
u64 fence_counter;
|
||||
PerfQueryType query_type;
|
||||
PerfQueryGroup query_type;
|
||||
bool has_value;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user