Skip to main content

RenderBundleDescriptor

Type Alias RenderBundleDescriptor 

pub type RenderBundleDescriptor<'a> = RenderBundleDescriptor<Option<Cow<'a, str>>>;
Available on crate feature unstable-wgpu-27 only.

Aliased Type§

#[repr(C)]
pub 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.