pub type RenderBundleDescriptor<'a> = RenderBundleDescriptor<Option<Cow<'a, str>>>;
Available on wgpu_core only.

Aliased Type§

struct RenderBundleDescriptor<'a> {
    pub label: Option<Cow<'a, str>>,
}

Fields§

§label: Option<Cow<'a, str>>

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