pub struct ClusterAccelerationStructureCommandsInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for ClusterAccelerationStructureCommandsInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn input(self, value: ClusterAccelerationStructureInputInfoNV) -> Self
pub fn dst_implicit_data(self, value: u64) -> Self
pub fn scratch_data(self, value: u64) -> Self
pub fn dst_addresses_array(self, value: StridedDeviceAddressRegionKHR) -> Self
pub fn dst_sizes_array(self, value: StridedDeviceAddressRegionKHR) -> Self
pub fn src_infos_array(self, value: StridedDeviceAddressRegionKHR) -> Self
pub fn src_infos_count(self, value: u64) -> Self
pub fn address_resolution_flags( self, value: ClusterAccelerationStructureAddressResolutionFlagsNV, ) -> Self
Sourcepub fn push_next<T: ExtendsClusterAccelerationStructureCommandsInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsClusterAccelerationStructureCommandsInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ClusterAccelerationStructureCommandsInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> Deref for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> !Send for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> !Sync for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> Unpin for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> UnwindSafe for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more