pub struct GetAccelerationStructureBuildSizesDescriptor<'a, A: Api> {
pub entries: &'a AccelerationStructureEntries<'a, A>,
pub flags: AccelerationStructureBuildFlags,
}
Expand description
- All buffers, buffer addresses and offsets will be ignored.
- The build mode will be ignored.
- Reducing the amount of Instances, Triangle groups or AABB groups (or the number of Triangles/AABBs in corresponding groups), may result in reduced size requirements.
- Any other change may result in a bigger or smaller size requirement.
Fields§
§entries: &'a AccelerationStructureEntries<'a, A>
§flags: AccelerationStructureBuildFlags
Trait Implementations§
source§impl<'a, A: Clone + Api> Clone for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A: Clone + Api> Clone for GetAccelerationStructureBuildSizesDescriptor<'a, A>
source§fn clone(&self) -> GetAccelerationStructureBuildSizesDescriptor<'a, A>
fn clone(&self) -> GetAccelerationStructureBuildSizesDescriptor<'a, A>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a, A> Freeze for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A> RefUnwindSafe for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A> Send for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A> Sync for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A> Unpin for GetAccelerationStructureBuildSizesDescriptor<'a, A>
impl<'a, A> UnwindSafe for GetAccelerationStructureBuildSizesDescriptor<'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