Finished basic Vulkan setup

This commit is contained in:
Pasha Bibko
2025-11-16 17:06:24 +00:00
parent 8ca07fc723
commit 038396338e
6 changed files with 125 additions and 14 deletions

View File

@@ -37,6 +37,9 @@ int main()
while (!glfwWindowShouldClose(window))
{
glfwPollEvents();
if (!VulkanManager::RenderPass(window))
CleanupAllAndExit(EXIT_FAILURE);
}
/* Cleans up GLFW and Vulkan */