VkDestroyImageView typedef

VkDestroyImageView = void Function(Pointer<VkDevice> device, Pointer<VkImageView> imageView, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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