pub type PFN_vkCmdSetEvent2 = Option<FN_vkCmdSetEvent2>;Expand description
vkCmdSetEvent2
Aliased Type§
pub enum PFN_vkCmdSetEvent2 {
None,
Some(unsafe extern "system" fn(VkCommandBuffer, VkEvent, *const VkDependencyInfo)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(VkCommandBuffer, VkEvent, *const VkDependencyInfo))
Some value of type T.