VkCreateMetalSurfaceEXT typedef

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

Implementation

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