pub type BlasDescriptor<'a> = CreateBlasDescriptor<Label<'a>>;Aliased Type§
#[repr(C)]pub struct BlasDescriptor<'a> {
    pub label: Option<Cow<'a, str>>,
    pub flags: AccelerationStructureFlags,
    pub update_mode: AccelerationStructureUpdateMode,
}Fields§
§label: Option<Cow<'a, str>>Label for the bottom level acceleration structure.
flags: AccelerationStructureFlagsFlags for the bottom level acceleration structure.
update_mode: AccelerationStructureUpdateModeUpdate mode for the bottom level acceleration structure.