- fix shutdown crash
This commit is contained in:
parent
1e7911d1f9
commit
40a72c71f5
2 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ VkRenderPassManager::VkRenderPassManager()
|
|||
{
|
||||
}
|
||||
|
||||
VkRenderPassManager::~VkRenderPassManager()
|
||||
{
|
||||
DynamicSet.reset(); // Needed since it must come before destruction of DynamicDescriptorPool
|
||||
}
|
||||
|
||||
void VkRenderPassManager::Init()
|
||||
{
|
||||
CreateDynamicSetLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue