pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceRayTracingInvocationReorderPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
pub fn ray_tracing_invocation_reorder_reordering_hint( self, value: RayTracingInvocationReorderModeEXT, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'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