#[repr(C)]pub struct AccelerationStructureBuildRangeInfoKHR {
pub primitive_count: u32,
pub primitive_offset: u32,
pub first_vertex: u32,
pub transform_offset: u32,
}Expand description
Fields
primitive_count: u32primitive_offset: u32first_vertex: u32transform_offset: u32Implementations
sourceimpl AccelerationStructureBuildRangeInfoKHR
impl AccelerationStructureBuildRangeInfoKHR
pub fn builder<'a>() -> AccelerationStructureBuildRangeInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for AccelerationStructureBuildRangeInfoKHR
impl Clone for AccelerationStructureBuildRangeInfoKHR
sourcefn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
fn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for AccelerationStructureBuildRangeInfoKHR
impl Default for AccelerationStructureBuildRangeInfoKHR
sourcefn default() -> AccelerationStructureBuildRangeInfoKHR
fn default() -> AccelerationStructureBuildRangeInfoKHR
Returns the “default value” for a type. Read more
impl Copy for AccelerationStructureBuildRangeInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureBuildRangeInfoKHR
impl Send for AccelerationStructureBuildRangeInfoKHR
impl Sync for AccelerationStructureBuildRangeInfoKHR
impl Unpin for AccelerationStructureBuildRangeInfoKHR
impl UnwindSafe for AccelerationStructureBuildRangeInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more