VkCreateIOSSurfaceMVKNative typedef

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

Implementation

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