pub struct PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
pub fn ray_tracing_invocation_reorder( self, ray_tracing_invocation_reorder: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
pub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'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