@@ -37,6 +37,9 @@ int main()
while (!glfwWindowShouldClose(window))
{
glfwPollEvents();
if (!VulkanManager::RenderPass(window))
CleanupAllAndExit(EXIT_FAILURE);
}
/* Cleans up GLFW and Vulkan */
The note is not visible to the blocked user.