Skip to main content

PFN_vkCmdSetEvent2

Type Alias PFN_vkCmdSetEvent2 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(VkCommandBuffer, VkEvent, *const VkDependencyInfo))

Some value of type T.