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
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdNextSubpass {
None,
Some(unsafe extern "system" fn(CommandBuffer, SubpassContents)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, SubpassContents))
Some value of type T.