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