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, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn dst_implicit_data( self, value: u64, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn scratch_data( self, value: u64, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn dst_addresses_array( self, value: StridedDeviceAddressRegionKHR, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn dst_sizes_array( self, value: StridedDeviceAddressRegionKHR, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn src_infos_array( self, value: StridedDeviceAddressRegionKHR, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn src_infos_count( self, value: u64, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn address_resolution_flags( self, value: ClusterAccelerationStructureAddressResolutionFlagBitsNV, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
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>
Source§type Target = ClusterAccelerationStructureCommandsInfoNV
type Target = ClusterAccelerationStructureCommandsInfoNV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for ClusterAccelerationStructureCommandsInfoNVBuilder<'a>
impl<'a> DerefMut 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