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: StructureTypep_next: *const c_voidvertex_format: Formatvertex_data: DeviceOrHostAddressConstKHRvertex_stride: DeviceSizeindex_type: IndexTypeindex_data: DeviceOrHostAddressConstKHRtransform_data: DeviceOrHostAddressConstKHRImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more