Struct ash::vk::AccelerationStructureBuildOffsetInfoKHR [−][src]
#[repr(C)]pub struct AccelerationStructureBuildOffsetInfoKHR { 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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more