#[repr(C)]pub struct PhysicalDeviceRayTracingMotionBlurFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_motion_blur: u32,
pub ray_tracing_motion_blur_pipeline_trace_rays_indirect: u32,
}Expand description
VkPhysicalDeviceRayTracingMotionBlurFeaturesNV
Provided by VK_NV_ray_tracing_motion_blur.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_MOTION_BLUR_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
ray_tracing_motion_blur: u32§ray_tracing_motion_blur_pipeline_trace_rays_indirect: u32Implementations§
Source§impl PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl PhysicalDeviceRayTracingMotionBlurFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceRayTracingMotionBlurFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceRayTracingMotionBlurFeaturesNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl Clone for PhysicalDeviceRayTracingMotionBlurFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV
fn clone(&self) -> PhysicalDeviceRayTracingMotionBlurFeaturesNV
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingMotionBlurFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl RefUnwindSafe for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl !Send for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl !Sync for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl Unpin for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl UnsafeUnpin for PhysicalDeviceRayTracingMotionBlurFeaturesNV
impl UnwindSafe for PhysicalDeviceRayTracingMotionBlurFeaturesNV
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