mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Store context predication query as private ref
This commit is contained in:
parent
9e4877be81
commit
a69c65265a
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ namespace dxvk {
|
|||
* Stores predication info.
|
||||
*/
|
||||
struct D3D11ContextStatePR {
|
||||
Com<D3D11Query> predicateObject = nullptr;
|
||||
BOOL predicateValue = false;
|
||||
Com<D3D11Query, false> predicateObject = nullptr;
|
||||
BOOL predicateValue = false;
|
||||
|
||||
void reset() {
|
||||
predicateObject = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue