#[repr(C)]pub struct AccelerationStructureGeometryTrianglesDataKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub vertex_format: Format,
pub vertex_data: DeviceOrHostAddressConstKHR,
pub vertex_stride: DeviceSize,
pub max_vertex: u32,
pub index_type: IndexType,
pub index_data: DeviceOrHostAddressConstKHR,
pub transform_data: DeviceOrHostAddressConstKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidvertex_format: Formatvertex_data: DeviceOrHostAddressConstKHRvertex_stride: DeviceSizemax_vertex: u32index_type: IndexTypeindex_data: DeviceOrHostAddressConstKHRtransform_data: DeviceOrHostAddressConstKHRTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more