diff --git a/src/d3d11/d3d11_context_state.h b/src/d3d11/d3d11_context_state.h index f9e929f09..03ba842f0 100644 --- a/src/d3d11/d3d11_context_state.h +++ b/src/d3d11/d3d11_context_state.h @@ -118,8 +118,8 @@ namespace dxvk { struct D3D11ContextStateOM { - std::array, D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT> renderTargetViews; - Com depthStencilView; + std::array, D3D11_SIMULTANEOUS_RENDER_TARGET_COUNT> renderTargetViews; + Com depthStencilView; Com cbState = nullptr; Com dsState = nullptr;