VkCreateSharedSwapchainsKHR typedef

VkCreateSharedSwapchainsKHR = int Function(Pointer<VkDevice> device, int swapchainCount, Pointer<VkSwapchainCreateInfoKHR> pCreateInfos, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSwapchainKHR>> pSwapchains)

Implementation

typedef VkCreateSharedSwapchainsKHR = int Function(
    Pointer<VkDevice> device,
    int swapchainCount,
    Pointer<VkSwapchainCreateInfoKHR> pCreateInfos,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSwapchainKHR>> pSwapchains);