Type Alias PFN_vkCmdBeginQuery

Source
pub type PFN_vkCmdBeginQuery = Option<unsafe extern "C" fn(commandBuffer: VkCommandBuffer, queryPool: VkQueryPool, query: u32, flags: VkQueryControlFlags)>;

Aliased Type§

enum PFN_vkCmdBeginQuery {
    None,
    Some(unsafe extern "C" fn(_: *mut VkCommandBuffer_T, _: *mut VkQueryPool_T, _: u32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut VkCommandBuffer_T, _: *mut VkQueryPool_T, _: u32, _: u32))

Some value of type T.