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 f261b16 commit 35c1713Copy full SHA for 35c1713
loader/wsi.c
@@ -362,7 +362,7 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_GetPhysicalDeviceSurfaceFormatsKHR(VkP
362
// Zero out the format count as this driver doesn't support WSI functionality
363
*pSurfaceFormatCount = 0;
364
loader_log(loader_inst, VULKAN_LOADER_ERROR_BIT, 0,
365
- "ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceCapabilitiesKHR!");
+ "ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceFormatsKHR!");
366
return VK_SUCCESS;
367
}
368
0 commit comments