VkDestroyQueryPoolNative typedef

VkDestroyQueryPoolNative = Void Function(Pointer<VkDevice> device, Pointer<VkQueryPool> queryPool, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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