Skip to main content

PFN_vkCmdResetQueryPool

Type Alias PFN_vkCmdResetQueryPool 

Source
pub type PFN_vkCmdResetQueryPool = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, query_pool: QueryPool, first_query: u32, query_count: u32)>;
Expand description

vkCmdResetQueryPool Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdResetQueryPool {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, QueryPool, u32, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, QueryPool, u32, u32))

Some value of type T.