VkDestroyDescriptorPoolNative typedef

VkDestroyDescriptorPoolNative = Void Function(Pointer<VkDevice> device, Pointer<VkDescriptorPool> descriptorPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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