diff --git a/src/dxvk/dxvk_graphics.h b/src/dxvk/dxvk_graphics.h index e56869505..8b80dbfcc 100644 --- a/src/dxvk/dxvk_graphics.h +++ b/src/dxvk/dxvk_graphics.h @@ -136,7 +136,10 @@ namespace dxvk { public: - DxvkGraphicsPipelineInstance() { } + DxvkGraphicsPipelineInstance() + : m_stateVector (), + m_renderPass (VK_NULL_HANDLE), + m_pipeline (VK_NULL_HANDLE) { } DxvkGraphicsPipelineInstance( const DxvkGraphicsPipelineStateInfo& state, VkRenderPass rp,