VkDestroyImageViewNative typedef

VkDestroyImageViewNative = Void Function(Pointer<VkDevice> device, Pointer<VkImageView> imageView, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyImageViewNative = Void Function(Pointer<VkDevice> device,
    Pointer<VkImageView> imageView, Pointer<VkAllocationCallbacks> pAllocator);