VideoBackends:Vulkan: Fix queries

Fixes both checking whether queries are done
and actually resets query pools.
This commit is contained in:
Robin Kertels
2022-11-16 17:34:41 +01:00
parent 8a1c28be63
commit 6ba7573877
2 changed files with 19 additions and 6 deletions

View File

@ -40,7 +40,7 @@ private:
struct ActiveQuery
{
u64 fence_counter;
PerfQueryType query_type;
PerfQueryGroup query_type;
bool has_value;
};