pub type PFN_vkCmdSetEvent2KHR = PFN_vkCmdSetEvent2;Aliased Type§
pub enum PFN_vkCmdSetEvent2KHR {
None,
Some(unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo))
Some value of type T.