#[repr(transparent)]pub struct AccelerationStructureVersionInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureVersionInfoKHRBuilder<'a>
impl<'a> AccelerationStructureVersionInfoKHRBuilder<'a>
pub fn version_data(self, version_data: &'a [u8; 32]) -> Self
sourcepub fn build(self) -> AccelerationStructureVersionInfoKHR
pub fn build(self) -> AccelerationStructureVersionInfoKHR
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.