#[repr(C)]pub struct AccelerationStructureBuildRangeInfoKHR {
pub primitive_count: u32,
pub primitive_offset: u32,
pub first_vertex: u32,
pub transform_offset: u32,
}Expand description
VkAccelerationStructureBuildRangeInfoKHR
Provided by VK_KHR_acceleration_structure.
Fields§
§primitive_count: u32§primitive_offset: u32§first_vertex: u32§transform_offset: u32Implementations§
Source§impl AccelerationStructureBuildRangeInfoKHR
impl AccelerationStructureBuildRangeInfoKHR
Sourcepub fn builder() -> AccelerationStructureBuildRangeInfoKHRBuilder
pub fn builder() -> AccelerationStructureBuildRangeInfoKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for AccelerationStructureBuildRangeInfoKHR
impl Clone for AccelerationStructureBuildRangeInfoKHR
Source§fn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
fn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
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 AccelerationStructureBuildRangeInfoKHR
Auto Trait Implementations§
impl Freeze for AccelerationStructureBuildRangeInfoKHR
impl RefUnwindSafe for AccelerationStructureBuildRangeInfoKHR
impl Send for AccelerationStructureBuildRangeInfoKHR
impl Sync for AccelerationStructureBuildRangeInfoKHR
impl Unpin for AccelerationStructureBuildRangeInfoKHR
impl UnsafeUnpin for AccelerationStructureBuildRangeInfoKHR
impl UnwindSafe for AccelerationStructureBuildRangeInfoKHR
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