Function get_physical_device_surface_formats_khr

Source
pub unsafe fn get_physical_device_surface_formats_khr(
    physical_device: VkPhysicalDevice,
    surface: VkSurfaceKHR,
    surface_format_count_out: *mut u32,
    surface_formats_out: *mut VkSurfaceFormatKHR,
) -> VkResult