Struct ash::vk::AccelerationStructureBuildRangeInfoKHR  
source · #[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: u32§primitive_offset: u32§first_vertex: u32§transform_offset: u32Implementations§
source§impl AccelerationStructureBuildRangeInfoKHR
 
impl AccelerationStructureBuildRangeInfoKHR
pub fn builder<'a>() -> AccelerationStructureBuildRangeInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for AccelerationStructureBuildRangeInfoKHR
 
impl Clone for AccelerationStructureBuildRangeInfoKHR
source§fn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
 
fn clone(&self) -> AccelerationStructureBuildRangeInfoKHR
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 moresource§impl Default for AccelerationStructureBuildRangeInfoKHR
 
impl Default for AccelerationStructureBuildRangeInfoKHR
source§fn default() -> AccelerationStructureBuildRangeInfoKHR
 
fn default() -> AccelerationStructureBuildRangeInfoKHR
Returns the “default value” for a type. Read more