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
accelerationStructuremust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyAccelerationStructureNV {
None,
Some(unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, AccelerationStructureNV, *const AllocationCallbacks))
Some value of type T.