Merge pull request #702 from iostrowsINTEL/deferred-fix
Deferred*: Fix incorrect command pool in deinitialization
This commit is contained in:
commit
cbf50a9ef3
3 changed files with 0 additions and 6 deletions
|
|
@ -198,8 +198,6 @@ public:
|
|||
uniformBuffers.vsFullScreen.destroy();
|
||||
uniformBuffers.fsLights.destroy();
|
||||
|
||||
vkFreeCommandBuffers(device, cmdPool, 1, &offScreenCmdBuffer);
|
||||
|
||||
vkDestroyRenderPass(device, offScreenFrameBuf.renderPass, nullptr);
|
||||
|
||||
textures.model.colorMap.destroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue