mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Fix loader-not-found error message
This commit is contained in:
parent
7669ade19c
commit
97fc9b437d
|
@ -2106,8 +2106,7 @@ static void demo_init_connection(struct demo *demo) {
|
|||
}
|
||||
|
||||
if (!glfwVulkanSupported()) {
|
||||
printf("Cannot find a compatible Vulkan installable client driver "
|
||||
"(ICD).\nExiting ...\n");
|
||||
printf("GLFW failed to find the Vulkan loader.\nExiting ...\n");
|
||||
fflush(stdout);
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user