mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Fix loader-not-found error message
This commit is contained in:
+1
-2
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user