Type Alias wgpu_core::resource::BlasDescriptor
source · pub type BlasDescriptor<'a> = CreateBlasDescriptor<Label<'a>>;
Aliased Type§
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: AccelerationStructureFlags
Flags for the bottom level acceleration structure.
update_mode: AccelerationStructureUpdateMode
Update mode for the bottom level acceleration structure.