Function get_physical_device_surface_formats

Source
pub unsafe fn get_physical_device_surface_formats(
    physical_device: VkPhysicalDevice,
    surface: VkSurfaceKHR,
    sink: &mut [MaybeUninit<SurfaceFormat>],
) -> Result<(u32, VkResult)>