pub type PFN_vkQueuePresentKHR = Option<unsafe extern "system" fn(queue: Queue, p_present_info: *const PresentInfoKHR) -> Result>;Expand description
vkQueuePresentKHR
Provided by VK_KHR_swapchain.
§Success Codes
VK_SUCCESSVK_SUBOPTIMAL_KHR
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_DEVICE_LOSTVK_ERROR_OUT_OF_DATE_KHRVK_ERROR_SURFACE_LOST_KHRVK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXTVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILEDVK_ERROR_PRESENT_TIMING_QUEUE_FULL_EXT
§Thread Safety
queuemust be externally synchronized
Aliased Type§
pub enum PFN_vkQueuePresentKHR {
None,
Some(unsafe extern "system" fn(Queue, *const PresentInfoKHR) -> Result),
}