VkCreateSwapchainKHR typedef

VkCreateSwapchainKHR = int Function(Pointer<VkDevice> device, Pointer<VkSwapchainCreateInfoKHR> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSwapchainKHR>> pSwapchain)

Implementation

typedef VkCreateSwapchainKHR = int Function(
    Pointer<VkDevice> device,
    Pointer<VkSwapchainCreateInfoKHR> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSwapchainKHR>> pSwapchain);