Fix issues with de/re-initialisation
This commit is contained in:
@@ -84,6 +84,7 @@ namespace openVulkanoCpp::Vulkan
|
||||
|
||||
void Renderer::Resize(const uint32_t newWidth, const uint32_t newHeight)
|
||||
{
|
||||
if (!context.device) return;
|
||||
context.Resize(newWidth, newHeight);
|
||||
resourceManager.Resize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user