Skip to main content

PFN_vkCmdSetEvent2

Type Alias PFN_vkCmdSetEvent2 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetEvent2 {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, Event, *const DependencyInfo))

Some value of type T.