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 = { };