#[repr(transparent)]pub struct BindAccelerationStructureMemoryInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BindAccelerationStructureMemoryInfoNVBuilder<'a>
impl<'a> BindAccelerationStructureMemoryInfoNVBuilder<'a>
pub fn acceleration_structure( self, acceleration_structure: AccelerationStructureNV ) -> Self
pub fn memory(self, memory: DeviceMemory) -> Self
pub fn memory_offset(self, memory_offset: DeviceSize) -> Self
pub fn device_indices(self, device_indices: &'a [u32]) -> Self
sourcepub fn build(self) -> BindAccelerationStructureMemoryInfoNV
pub fn build(self) -> BindAccelerationStructureMemoryInfoNV
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.