VkDestroyDescriptorPool typedef

VkDestroyDescriptorPool = void Function(Pointer<VkDevice> device, Pointer<VkDescriptorPool> descriptorPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyDescriptorPool = void Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorPool> descriptorPool,
    Pointer<VkAllocationCallbacks> pAllocator);