We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b2ddd commit f16ad6fCopy full SHA for f16ad6f
loader/wsi.c
@@ -2090,7 +2090,7 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_CreateDisplayPlaneSurfaceKHR(VkInstanc
2090
struct loader_instance *loader_inst = loader_get_instance(instance);
2091
if (!loader_inst->enabled_extensions.khr_display) {
2092
loader_log(loader_inst, VULKAN_LOADER_ERROR_BIT, 0,
2093
- "VK_KHR_surface extension not enabled. vkCreateDisplayPlaneSurfaceKHR not executed!");
+ "VK_KHR_display extension not enabled. vkCreateDisplayPlaneSurfaceKHR not executed!");
2094
result = VK_ERROR_EXTENSION_NOT_PRESENT;
2095
goto out;
2096
}
0 commit comments