1
0
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:
Joshua Ashton 2022-09-16 10:05:40 +00:00 committed by Philip Rebohle
parent 9e4877be81
commit a69c65265a

View File

@ -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;