mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoBackends:D3D12: Set query type
This commit is contained in:
@ -31,7 +31,7 @@ private:
|
||||
struct ActiveQuery
|
||||
{
|
||||
u64 fence_value;
|
||||
PerfQueryType query_type;
|
||||
PerfQueryGroup query_type;
|
||||
bool has_value;
|
||||
bool resolved;
|
||||
};
|
||||
|
Reference in New Issue
Block a user