From a69c65265ab6ce6a798f1fa9bd524f32d2cf7b7d Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 16 Sep 2022 10:05:40 +0000 Subject: [PATCH] [d3d11] Store context predication query as private ref --- src/d3d11/d3d11_context_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d3d11/d3d11_context_state.h b/src/d3d11/d3d11_context_state.h index af478aaae..fd48d8ee4 100644 --- a/src/d3d11/d3d11_context_state.h +++ b/src/d3d11/d3d11_context_state.h @@ -294,8 +294,8 @@ namespace dxvk { * Stores predication info. */ struct D3D11ContextStatePR { - Com predicateObject = nullptr; - BOOL predicateValue = false; + Com predicateObject = nullptr; + BOOL predicateValue = false; void reset() { predicateObject = nullptr;