#[repr(transparent)]pub struct CopyAccelerationStructureToMemoryInfoKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> CopyAccelerationStructureToMemoryInfoKHRBuilder<'a>
 
impl<'a> CopyAccelerationStructureToMemoryInfoKHRBuilder<'a>
pub fn src(self, src: AccelerationStructureKHR) -> Self
pub fn dst(self, dst: DeviceOrHostAddressKHR) -> Self
pub fn mode(self, mode: CopyAccelerationStructureModeKHR) -> Self
sourcepub fn build(self) -> CopyAccelerationStructureToMemoryInfoKHR
 
pub fn build(self) -> CopyAccelerationStructureToMemoryInfoKHR
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.