VkDestroyImage typedef

VkDestroyImage = void Function(Pointer<VkDevice> device, Pointer<VkImage> image, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyImage = void Function(Pointer<VkDevice> device,
    Pointer<VkImage> image, Pointer<VkAllocationCallbacks> pAllocator);