Sfoglia il codice sorgente

Fix loader-not-found error message

Camilla Berglund 9 anni fa
parent
commit
97fc9b437d
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      tests/vulkan.c

+ 1 - 2
tests/vulkan.c

@@ -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);
     }