pub struct PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceAccelerationStructureFeaturesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
pub fn acceleration_structure(self, value: bool) -> Self
pub fn acceleration_structure_capture_replay(self, value: bool) -> Self
pub fn acceleration_structure_indirect_build(self, value: bool) -> Self
pub fn acceleration_structure_host_commands(self, value: bool) -> Self
pub fn descriptor_binding_acceleration_structure_update_after_bind( self, value: bool, ) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceAccelerationStructureFeaturesKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceAccelerationStructureFeaturesKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceAccelerationStructureFeaturesKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceAccelerationStructureFeaturesKHRBuilder<'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