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