pub unsafe fn acquire_next_image_khr(
device: VkDevice,
swapchain: VkSwapchainKHR,
timeout: u64,
semaphore: Option<VkSemaphore>,
fence: Option<VkFence>,
image_index_out: *mut u32,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.