From ca38cebe0b4a1e78dfb425bc140c1e51ca3a0234 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 16 Sep 2022 06:53:58 +0000 Subject: [PATCH] [d3d11] Store private refs for IA layout --- 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 e8b2deffb..055d15101 100644 --- a/src/d3d11/d3d11_context_state.h +++ b/src/d3d11/d3d11_context_state.h @@ -157,8 +157,8 @@ namespace dxvk { }; struct D3D11ContextStateIA { - Com inputLayout = nullptr; - D3D11_PRIMITIVE_TOPOLOGY primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED; + Com inputLayout = nullptr; + D3D11_PRIMITIVE_TOPOLOGY primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED; std::array vertexBuffers = { }; D3D11IndexBufferBinding indexBuffer = { };