1
0
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:
Philip Rebohle 2018-09-24 22:54:49 +02:00
parent a950872c7c
commit ddfa7e40b3
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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;
}