Struct ash::vk::AccelerationStructureGeometryTrianglesDataKHR [−][src]
#[repr(C)]pub struct AccelerationStructureGeometryTrianglesDataKHR { pub s_type: StructureType, pub p_next: *const c_void, pub vertex_format: Format, pub vertex_data: DeviceOrHostAddressConstKHR, pub vertex_stride: DeviceSize, pub index_type: IndexType, pub index_data: DeviceOrHostAddressConstKHR, pub transform_data: DeviceOrHostAddressConstKHR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
vertex_format: Format
vertex_data: DeviceOrHostAddressConstKHR
vertex_stride: DeviceSize
index_type: IndexType
index_data: DeviceOrHostAddressConstKHR
transform_data: DeviceOrHostAddressConstKHR
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