浏览代码

Clarify what glfwVulkanSupported means

Camilla Löwy 8 年之前
父节点
当前提交
ad9458a14c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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())