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
) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
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>
§type Target = PhysicalDeviceRayTracingInvocationReorderFeaturesNV
type Target = PhysicalDeviceRayTracingInvocationReorderFeaturesNV
The resulting type after dereferencing.