Function get_physical_device_surface_support

Source
pub unsafe fn get_physical_device_surface_support(
    physical_device: VkPhysicalDevice,
    queue_family_index: u32,
    surface: VkSurfaceKHR,
) -> Result<bool>