#[repr(transparent)]pub struct CopyMemoryToAccelerationStructureInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CopyMemoryToAccelerationStructureInfoKHRBuilder<'a>
impl<'a> CopyMemoryToAccelerationStructureInfoKHRBuilder<'a>
pub fn src(self, src: DeviceOrHostAddressConstKHR) -> Self
pub fn dst(self, dst: AccelerationStructureKHR) -> Self
pub fn mode(self, mode: CopyAccelerationStructureModeKHR) -> Self
sourcepub fn build(self) -> CopyMemoryToAccelerationStructureInfoKHR
pub fn build(self) -> CopyMemoryToAccelerationStructureInfoKHR
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.