VkCmdResetQueryPool typedef

VkCmdResetQueryPool = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkQueryPool> queryPool, int firstQuery, int queryCount)

Implementation

typedef VkCmdResetQueryPool = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkQueryPool> queryPool,
    int firstQuery,
    int queryCount);