Fix glfwVulkanSupported semantics

This commit is contained in:
Camilla Löwy
2017-02-07 20:56:48 +01:00
parent 8e870d4cc0
commit 98bdd36231
5 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ int main(int argc, char** argv)
if (list_extensions)
list_context_extensions(client, major, minor);
printf("Vulkan loader: %s\n",
printf("Vulkan support: %s\n",
glfwVulkanSupported() ? "available" : "missing");
if (glfwVulkanSupported())