Fix loader-not-found error message

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 7669ade19c
commit 97fc9b437d
  1. 3
      tests/vulkan.c

@ -2106,8 +2106,7 @@ static void demo_init_connection(struct demo *demo) {
} }
if (!glfwVulkanSupported()) { if (!glfwVulkanSupported()) {
printf("Cannot find a compatible Vulkan installable client driver " printf("GLFW failed to find the Vulkan loader.\nExiting ...\n");
"(ICD).\nExiting ...\n");
fflush(stdout); fflush(stdout);
exit(1); exit(1);
} }

Loading…
Cancel
Save