Type Alias RenderBundleDescriptor

Source
pub type RenderBundleDescriptor<'a> = RenderBundleDescriptor<Label<'a>>;
Expand description

Aliased Type§

#[repr(C)]
pub struct RenderBundleDescriptor<'a> { pub label: Option<&'a str>, }

Fields§

§label: Option<&'a str>

Debug label of the render bundle encoder. This will show up in graphics debuggers for easy identification.