Skip to main content

PFN_vkCmdCopyAccelerationStructureKHR

Type Alias PFN_vkCmdCopyAccelerationStructureKHR 

Source
pub type PFN_vkCmdCopyAccelerationStructureKHR = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_info: *const CopyAccelerationStructureInfoKHR)>;
Expand description

vkCmdCopyAccelerationStructureKHR Provided by VK_KHR_acceleration_structure.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdCopyAccelerationStructureKHR {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, *const CopyAccelerationStructureInfoKHR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, *const CopyAccelerationStructureInfoKHR))

Some value of type T.