Improve synchronization based on vulkan-tutorial
https://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation
This commit is contained in:
@@ -15,6 +15,5 @@ namespace Nz
|
||||
void VkRenderTarget::Destroy()
|
||||
{
|
||||
m_renderPass.Destroy();
|
||||
m_imageReadySemaphore.Destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user