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