Minor fixes + update vulkan include

This commit is contained in:
Lynix
2020-02-23 01:28:16 +01:00
parent 8be2342f25
commit 0c008236ba
28 changed files with 12325 additions and 6130 deletions

View File

@@ -11,4 +11,10 @@ namespace Nz
{
OnRenderTargetRelease(this);
}
void VkRenderTarget::Destroy()
{
m_renderPass.Destroy();
m_imageReadySemaphore.Destroy();
}
}