Skip to main content

PFN_vkCmdNextSubpass

Type Alias PFN_vkCmdNextSubpass 

Source
pub type PFN_vkCmdNextSubpass = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, contents: SubpassContents)>;
Expand description

vkCmdNextSubpass Provided by VK_GRAPHICS_VERSION_1_0.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdNextSubpass {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, SubpassContents)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, SubpassContents))

Some value of type T.