Struct ash::vk::AccelerationStructureCreateGeometryTypeInfoKHR [−][src]
#[repr(C)]pub struct AccelerationStructureCreateGeometryTypeInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub geometry_type: GeometryTypeKHR, pub max_primitive_count: u32, pub index_type: IndexType, pub max_vertex_count: u32, pub vertex_format: Format, pub allows_transforms: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
geometry_type: GeometryTypeKHR
max_primitive_count: u32
index_type: IndexType
max_vertex_count: u32
vertex_format: Format
allows_transforms: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more