Type Alias BlasDescriptor

Source
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: AccelerationStructureFlags

Flags for the bottom level acceleration structure.

§update_mode: AccelerationStructureUpdateMode

Update mode for the bottom level acceleration structure.