Skip to main content

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 */ }