Type Alias unity_native_plugin_sys::PFN_vkCmdResetQueryPool
source · pub type PFN_vkCmdResetQueryPool = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, queryPool: VkQueryPool, firstQuery: u32, queryCount: u32)>;Aliased Type§
enum PFN_vkCmdResetQueryPool {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkQueryPool_T, _: u32, _: u32)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkQueryPool_T, _: u32, _: u32))
Some value of type T.