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

@@ -27,8 +27,9 @@ namespace Nz
m_frameBuffers.clear();
m_renderPass.Destroy();
m_swapchain.Destroy();
VkRenderTarget::Destroy();
}
bool VkRenderWindow::Acquire(UInt32* imageIndex) const