NULL out D3D12 pipeline state on close

This commit is contained in:
baldurk
2016-10-12 16:50:21 +02:00
parent a601462de0
commit 7cf7fc0c34
+1
View File
@@ -670,6 +670,7 @@ namespace renderdocui.Code
m_Textures = null;
m_D3D11PipelineState = null;
m_D3D12PipelineState = null;
m_GLPipelineState = null;
m_VulkanPipelineState = null;
m_PipelineState.SetStates(null, null,null, null, null);