#[repr(C)]pub struct PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_motion_blur: Bool32,
pub ray_tracing_motion_blur_pipeline_trace_rays_indirect: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§ray_tracing_motion_blur: Bool32
§ray_tracing_motion_blur_pipeline_trace_rays_indirect: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> PhysicalDeviceRayTracingMotionBlurFeaturesNV<'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
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RAY_TRACING_MOTION_BLUR_FEATURES_NV
impl<'a> Copy for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'_>
impl Send for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'_>
impl Sync for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingMotionBlurFeaturesNV<'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