Skip to main content

PFN_vkDestroyAccelerationStructureNV

Type Alias PFN_vkDestroyAccelerationStructureNV 

Source
pub type PFN_vkDestroyAccelerationStructureNV = Option<unsafe extern "system" fn(device: Device, acceleration_structure: AccelerationStructureNV, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyAccelerationStructureNV Provided by VK_NV_ray_tracing.

§Thread Safety

  • accelerationStructure must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyAccelerationStructureNV {
    None,
    Some(unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks))

Some value of type T.