#[repr(transparent)]pub struct PhysicalDeviceRayTracingMotionBlurFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceRayTracingMotionBlurFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceRayTracingMotionBlurFeaturesNVBuilder<'a>
pub fn ray_tracing_motion_blur(self, ray_tracing_motion_blur: bool) -> Self
pub fn ray_tracing_motion_blur_pipeline_trace_rays_indirect( self, ray_tracing_motion_blur_pipeline_trace_rays_indirect: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV
pub fn build(self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV
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.