pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
pub fn ray_tracing_invocation_reorder_reordering_hint( self, ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeNV ) -> Self
sourcepub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
pub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
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 PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'_>
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> 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