Skip to main content

get_physical_device_surface_formats

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)>
Available on crate features Implements and VK_KHR_surface only.