pub type PFN_vkGetPhysicalDevicePresentRectanglesKHR = Option<unsafe extern "system" fn(physical_device: PhysicalDevice, surface: SurfaceKHR, p_rect_count: *mut u32, p_rects: *mut Rect2D) -> Result>;Expand description
vkGetPhysicalDevicePresentRectanglesKHR
Provided by VK_KHR_swapchain.
§Success Codes
VK_SUCCESSVK_INCOMPLETE
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
surfacemust be externally synchronized
Aliased Type§
pub enum PFN_vkGetPhysicalDevicePresentRectanglesKHR {
None,
Some(unsafe extern "system" fn(PhysicalDevice, SurfaceKHR, *mut u32, *mut Rect2D) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(PhysicalDevice, SurfaceKHR, *mut u32, *mut Rect2D) -> Result)
Some value of type T.