mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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
|
// was faster compiling the same pipeline
|
||||||
if (this->findPipeline(state, pipeline)) {
|
if (this->findPipeline(state, pipeline)) {
|
||||||
this->destroyPipeline(newPipelineHandle);
|
this->destroyPipeline(newPipelineHandle);
|
||||||
m_vkd->vkDestroyPipeline(m_vkd->device(), newPipelineHandle, nullptr);
|
|
||||||
return pipeline;
|
return pipeline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user