Skip to content

Commit

Permalink
Fix log message in vkGetPhysicalDeviceSurfaceFormatsKHR
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Jan 13, 2025
1 parent 369f59a commit f51ed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/wsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ VKAPI_ATTR VkResult VKAPI_CALL terminator_GetPhysicalDeviceSurfaceFormatsKHR(VkP
// Zero out the format count as this driver doesn't support WSI functionality
*pSurfaceFormatCount = 0;
loader_log(loader_inst, VULKAN_LOADER_ERROR_BIT, 0,
"ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceCapabilitiesKHR!");
"ICD for selected physical device does not export vkGetPhysicalDeviceSurfaceFormatsKHR!");
return VK_SUCCESS;
}

Expand Down

0 comments on commit f51ed4e

Please sign in to comment.