pub unsafe fn create_swapchain_khr(
device: VkDevice,
create_info: *const VkSwapchainCreateInfoKHR,
allocator: *const VkAllocationCallbacks,
swapchain_out: *mut VkSwapchainKHR,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.