pub type PFN_vkCmdPreprocessGeneratedCommandsEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_generated_commands_info: *const GeneratedCommandsInfoEXT, state_command_buffer: CommandBuffer)>;Expand description
vkCmdPreprocessGeneratedCommandsEXT
Provided by VK_EXT_device_generated_commands.
§Thread Safety
commandBuffermust be externally synchronizedstateCommandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdPreprocessGeneratedCommandsEXT {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const GeneratedCommandsInfoEXT, CommandBuffer)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const GeneratedCommandsInfoEXT, CommandBuffer))
Some value of type T.