Type Definition vulkan_bindings::FnCmdResetQueryPool

source ·
pub type FnCmdResetQueryPool = extern "system" fn(commandBuffer: CommandBuffer, queryPool: QueryPool, firstQuery: u32, queryCount: u32);