pub struct AccelerationStructureAABBs<'a, B: DynBuffer + ?Sized> {
pub buffer: Option<&'a B>,
pub offset: u32,
pub count: u32,
pub stride: BufferAddress,
pub flags: AccelerationStructureGeometryFlags,
}
Expand description
offset
- offset in bytes
Fields§
§buffer: Option<&'a B>
§offset: u32
§count: u32
§stride: BufferAddress
§flags: AccelerationStructureGeometryFlags
Trait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for AccelerationStructureAABBs<'a, B>where
B: ?Sized,
impl<'a, B> RefUnwindSafe for AccelerationStructureAABBs<'a, B>where
B: RefUnwindSafe + ?Sized,
impl<'a, B> Send for AccelerationStructureAABBs<'a, B>
impl<'a, B> Sync for AccelerationStructureAABBs<'a, B>
impl<'a, B> Unpin for AccelerationStructureAABBs<'a, B>where
B: ?Sized,
impl<'a, B> UnwindSafe for AccelerationStructureAABBs<'a, B>where
B: RefUnwindSafe + ?Sized,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)