VideoBackends:D3D12: Set query type

This commit is contained in:
Robin Kertels
2022-11-16 17:35:55 +01:00
parent 6ba7573877
commit 57b2ea663e
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ private:
struct ActiveQuery
{
u64 fence_value;
PerfQueryType query_type;
PerfQueryGroup query_type;
bool has_value;
bool resolved;
};