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