Skip to main content

vkCreateSharedSwapchainsKHR

Function vkCreateSharedSwapchainsKHR 

Source
pub unsafe extern "system" fn vkCreateSharedSwapchainsKHR(
    device: VkDevice,
    swapchainCount: u32,
    pCreateInfos: *const VkSwapchainCreateInfoKHR,
    pAllocator: *const VkAllocationCallbacks,
    pSwapchains: *mut VkSwapchainKHR,
) -> VkResult
Expand description

Available if built with prototypes.