From ad9458a14c7754c43c8a7c69fced44950c045cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 20 Aug 2017 14:42:39 +0200 Subject: [PATCH] Clarify what glfwVulkanSupported means --- tests/glfwinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index 47e22077..da2e56ec 100644 --- a/tests/glfwinfo.c +++ b/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())