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§
None
No value.
Some(unsafe extern "C" fn(_: *mut VkCommandBuffer_T, _: *mut VkQueryPool_T, _: u32, _: u32))
Some value of type T.