Skip to content

Commit

Permalink
[dxvk] Renove redundant vkDestroyPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Sep 24, 2018
1 parent a950872 commit ddfa7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dxvk/dxvk_compute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ namespace dxvk {
// was faster compiling the same pipeline
if (this->findPipeline(state, pipeline)) {
this->destroyPipeline(newPipelineHandle);
m_vkd->vkDestroyPipeline(m_vkd->device(), newPipelineHandle, nullptr);
return pipeline;
}

Expand Down

0 comments on commit ddfa7e4

Please sign in to comment.