mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Renove redundant vkDestroyPipeline
This commit is contained in:
parent
a950872c7c
commit
ddfa7e40b3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user