Fix issues with ui rendering

This commit is contained in:
2023-09-08 18:17:16 +02:00
parent 2bcea0d7fd
commit 703f5c0d12
12 changed files with 43 additions and 50 deletions

View File

@@ -74,6 +74,7 @@ namespace openVulkanoCpp::Vulkan
{
resourceManager.Close();
context.Close();
uiRenderer.Close();
}
std::string Renderer::GetMainRenderDeviceName()