Skip to main content

ArcRenderPassColorAttachmentArray

Type Alias ArcRenderPassColorAttachmentArray 

pub type ArcRenderPassColorAttachmentArray = SmallVec<[Option<RenderPassColorAttachment<Arc<TextureView>>>; 1]>;
Available on crate feature unstable-wgpu-27 only.

Aliased Typeยง

pub struct ArcRenderPassColorAttachmentArray { /* private fields */ }