VkDestroyImageNative typedef

VkDestroyImageNative = Void Function(Pointer<VkDevice> device, Pointer<VkImage> image, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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