ColorAttachments

Type Alias ColorAttachments 

Source
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.
Source§

type Output = SmallVec<[Option<RenderPassColorAttachment<PointerId<TextureView>>>; 1]>

Source§

fn into_trace(self) -> Self::Output

Source§

fn to_trace(&self) -> Self::Output
where Self: Sized + Clone,