Function get_physical_device_surface_support_khr

Source
pub unsafe fn get_physical_device_surface_support_khr(
    physical_device: VkPhysicalDevice,
    queue_family_index: u32,
    surface: VkSurfaceKHR,
    supported_out: *mut VkBool32,
) -> VkResult