VkCreateViSurfaceNNNative typedef

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

Implementation

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