VkCreateMetalSurfaceEXTNative typedef

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

Implementation

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