Struct wgpu_hal::AccelerationStructureAABBs
source · pub struct AccelerationStructureAABBs<'a, A: Api> {
pub buffer: Option<&'a A::Buffer>,
pub offset: u32,
pub count: u32,
pub stride: BufferAddress,
pub flags: AccelerationStructureGeometryFlags,
}
Expand description
offset
- offset in bytes
Fields§
§buffer: Option<&'a A::Buffer>
§offset: u32
§count: u32
§stride: BufferAddress
§flags: AccelerationStructureGeometryFlags
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for AccelerationStructureAABBs<'a, A>
impl<'a, A> RefUnwindSafe for AccelerationStructureAABBs<'a, A>
impl<'a, A> Send for AccelerationStructureAABBs<'a, A>
impl<'a, A> Sync for AccelerationStructureAABBs<'a, A>
impl<'a, A> Unpin for AccelerationStructureAABBs<'a, A>
impl<'a, A> UnwindSafe for AccelerationStructureAABBs<'a, 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