Added resize + fullscreen support

This commit is contained in:
Pasha Bibko
2025-11-16 22:03:14 +00:00
parent edcf13d62a
commit cfce4b3069
5 changed files with 142 additions and 43 deletions

View File

@@ -36,7 +36,7 @@ int main()
glfwPollEvents();
GLFWManager::UpdateWindowTitleFPSInfo();
if (!VulkanManager::RenderPass())
if (!VulkanManager::RenderPass(window))
CleanupAllAndExit(EXIT_FAILURE);
}