pub type PFN_vkCmdSetEvent2 = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, event: Event, p_dependency_info: *const DependencyInfo)>;Expand description
vkCmdSetEvent2
Provided by VK_COMPUTE_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetEvent2 {
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.