Browse Source

Clarify what glfwVulkanSupported means

Camilla Löwy 8 years ago
parent
commit
ad9458a14c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/glfwinfo.c

+ 1 - 1
tests/glfwinfo.c

@@ -806,7 +806,7 @@ int main(int argc, char** argv)
     if (list_extensions)
         list_context_extensions(client, major, minor);
 
-    printf("Vulkan support: %s\n",
+    printf("Vulkan loader: %s\n",
            glfwVulkanSupported() ? "available" : "missing");
 
     if (glfwVulkanSupported())