VkDestroyInstance typedef

VkDestroyInstance = void Function(Pointer<VkInstance> instance, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyInstance = void Function(
    Pointer<VkInstance> instance, Pointer<VkAllocationCallbacks> pAllocator);