pub type PFN_vkResetQueryPool = Option<unsafe extern "system" fn(Device, QueryPool, u32, u32)>;Expand description
vkResetQueryPool
Provided by VK_BASE_VERSION_1_2.
Aliased Type§
pub enum PFN_vkResetQueryPool {
None,
Some(unsafe extern "system" fn(Device, QueryPool, u32, u32)),
}