mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[d3d11] Store context predication query as private ref
This commit is contained in:
parent
9e4877be81
commit
a69c65265a
@ -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…
x
Reference in New Issue
Block a user