VkDestroyCommandPool typedef

VkDestroyCommandPool = void Function(Pointer<VkDevice> device, Pointer<VkCommandPool> commandPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyCommandPool = void Function(
    Pointer<VkDevice> device,
    Pointer<VkCommandPool> commandPool,
    Pointer<VkAllocationCallbacks> pAllocator);