#[repr(transparent)]pub struct AccelerationStructureDeviceAddressInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureDeviceAddressInfoKHRBuilder<'a>
impl<'a> AccelerationStructureDeviceAddressInfoKHRBuilder<'a>
pub fn acceleration_structure( self, acceleration_structure: AccelerationStructureKHR ) -> Self
sourcepub fn build(self) -> AccelerationStructureDeviceAddressInfoKHR
pub fn build(self) -> AccelerationStructureDeviceAddressInfoKHR
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.