pub type ColorAttachments<TV = Arc<TextureView>> = SmallVec<[Option<RenderPassColorAttachment<TV>>; 1]>;Aliased Type§
pub struct ColorAttachments<TV = Arc<TextureView>> { /* private fields */ }Trait Implementations§
Source§impl IntoTrace for ColorAttachments
Available on crate feature trace and (crate features trace or replay) only.
impl IntoTrace for ColorAttachments
Available on crate feature
trace and (crate features trace or replay) only.