VkCreateIOSSurfaceMVK typedef

VkCreateIOSSurfaceMVK = int Function(Pointer<VkInstance> instance, Pointer<VkIOSSurfaceCreateInfoMVK> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSurfaceKHR>> pSurface)

Implementation

typedef VkCreateIOSSurfaceMVK = int Function(
    Pointer<VkInstance> instance,
    Pointer<VkIOSSurfaceCreateInfoMVK> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSurfaceKHR>> pSurface);