#[repr(C)]pub struct AccelerationStructureMotionInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_instances: u32,
pub flags: AccelerationStructureMotionInfoFlagsNV,
}Expand description
VkAccelerationStructureMotionInfoNV
Provided by VK_NV_ray_tracing_motion_blur.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_MOTION_INFO_NV.
p_next: *const c_voidOptional, may be null.
max_instances: u32§flags: AccelerationStructureMotionInfoFlagsNVImplementations§
Source§impl AccelerationStructureMotionInfoNV
impl AccelerationStructureMotionInfoNV
Sourcepub fn builder<'a>() -> AccelerationStructureMotionInfoNVBuilder<'a>
pub fn builder<'a>() -> AccelerationStructureMotionInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for AccelerationStructureMotionInfoNV
impl Clone for AccelerationStructureMotionInfoNV
Source§fn clone(&self) -> AccelerationStructureMotionInfoNV
fn clone(&self) -> AccelerationStructureMotionInfoNV
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 AccelerationStructureMotionInfoNV
impl ExtendsAccelerationStructureCreateInfoKHR for AccelerationStructureMotionInfoNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureMotionInfoNV
impl RefUnwindSafe for AccelerationStructureMotionInfoNV
impl !Send for AccelerationStructureMotionInfoNV
impl !Sync for AccelerationStructureMotionInfoNV
impl Unpin for AccelerationStructureMotionInfoNV
impl UnsafeUnpin for AccelerationStructureMotionInfoNV
impl UnwindSafe for AccelerationStructureMotionInfoNV
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