Struct ash::vk::AccelerationStructureCreateInfoNVBuilder
source · #[repr(transparent)]pub struct AccelerationStructureCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> AccelerationStructureCreateInfoNVBuilder<'a>
pub fn compacted_size(self, compacted_size: DeviceSize) -> Self
pub fn info(self, info: AccelerationStructureInfoNV) -> Self
sourcepub fn build(self) -> AccelerationStructureCreateInfoNV
pub fn build(self) -> AccelerationStructureCreateInfoNV
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.