#[repr(C)]pub struct AccelerationStructureInfoNV {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub ty: AccelerationStructureTypeNV,
    pub flags: BuildAccelerationStructureFlagsNV,
    pub instance_count: u32,
    pub geometry_count: u32,
    pub p_geometries: *const GeometryNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§ty: AccelerationStructureTypeNV§flags: BuildAccelerationStructureFlagsNV§instance_count: u32§geometry_count: u32§p_geometries: *const GeometryNVImplementations§
Source§impl AccelerationStructureInfoNV
 
impl AccelerationStructureInfoNV
pub fn builder<'a>() -> AccelerationStructureInfoNVBuilder<'a>
Trait Implementations§
Source§impl Clone for AccelerationStructureInfoNV
 
impl Clone for AccelerationStructureInfoNV
Source§fn clone(&self) -> AccelerationStructureInfoNV
 
fn clone(&self) -> AccelerationStructureInfoNV
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 AccelerationStructureInfoNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureInfoNV
impl RefUnwindSafe for AccelerationStructureInfoNV
impl !Send for AccelerationStructureInfoNV
impl !Sync for AccelerationStructureInfoNV
impl Unpin for AccelerationStructureInfoNV
impl UnwindSafe for AccelerationStructureInfoNV
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