VkDestroyCommandPoolNative typedef

VkDestroyCommandPoolNative = Void Function(Pointer<VkDevice> device, Pointer<VkCommandPool> commandPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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