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
commit 6ba7573877
No known key found for this signature in database
GPG key ID: 3824904F14D40757
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;
};