[−][src]Trait glium::framebuffer::ToColorAttachment
Trait for objects that can be used as color attachments.
Required methods
fn to_color_attachment(self) -> ColorAttachment<'a>
Builds the ColorAttachment
.