VkCmdResetQueryPoolNative typedef

VkCmdResetQueryPoolNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkQueryPool> queryPool, Uint32 firstQuery, Uint32 queryCount)

Implementation

typedef VkCmdResetQueryPoolNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkQueryPool> queryPool,
    Uint32 firstQuery,
    Uint32 queryCount);