pub type PFN_vkCmdWaitEvents2 = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, event_count: u32, p_events: *const Event, p_dependency_infos: *const DependencyInfo)>;Expand description
vkCmdWaitEvents2
Provided by VK_COMPUTE_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdWaitEvents2 {
None,
Some(unsafe extern "system" fn(CommandBuffer, u32, *const Event, *const DependencyInfo)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, u32, *const Event, *const DependencyInfo))
Some value of type T.