Skip to main content

acquire_next_image_khr

Function acquire_next_image_khr 

Source
pub unsafe fn acquire_next_image_khr(
    device: VkDevice,
    swapchain: VkSwapchainKHR,
    timeout: u64,
    semaphore: Option<VkSemaphore>,
    fence: Option<VkFence>,
    image_index_out: *mut u32,
) -> VkResult
Expand description

ยงSafety

direct calling ffi functions.