Function get_physical_device_surface_present_modes_khr

Source
pub unsafe fn get_physical_device_surface_present_modes_khr(
    physical_device: VkPhysicalDevice,
    surface: VkSurfaceKHR,
    present_mode_count_out: *mut u32,
    present_modes_out: *mut VkPresentModeKHR,
) -> VkResult