VkDestroyQueryPool typedef

VkDestroyQueryPool = void Function(Pointer<VkDevice> device, Pointer<VkQueryPool> queryPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyQueryPool = void Function(Pointer<VkDevice> device,
    Pointer<VkQueryPool> queryPool, Pointer<VkAllocationCallbacks> pAllocator);