VkResetQueryPool typedef

VkResetQueryPool = void Function(Pointer<VkDevice> device, Pointer<VkQueryPool> queryPool, int firstQuery, int queryCount)

Implementation

typedef VkResetQueryPool = void Function(Pointer<VkDevice> device,
    Pointer<VkQueryPool> queryPool, int firstQuery, int queryCount);