mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
VideoBackends:D3D12: Set query type
This commit is contained in:
parent
6ba7573877
commit
57b2ea663e
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ private:
|
|||
struct ActiveQuery
|
||||
{
|
||||
u64 fence_value;
|
||||
PerfQueryType query_type;
|
||||
PerfQueryGroup query_type;
|
||||
bool has_value;
|
||||
bool resolved;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue