VkCreateMacOSSurfaceMVKNative typedef

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

Implementation

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