VkCreateSharedSwapchainsKHRNative typedef

VkCreateSharedSwapchainsKHRNative = Int32 Function(Pointer<VkDevice> device, Uint32 swapchainCount, Pointer<VkSwapchainCreateInfoKHR> pCreateInfos, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSwapchainKHR>> pSwapchains)

Implementation

typedef VkCreateSharedSwapchainsKHRNative = Int32 Function(
    Pointer<VkDevice> device,
    Uint32 swapchainCount,
    Pointer<VkSwapchainCreateInfoKHR> pCreateInfos,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSwapchainKHR>> pSwapchains);