Trait glium::framebuffer::ToColorAttachment [] [src]

pub trait ToColorAttachment<'a> {
    fn to_color_attachment(self) -> ColorAttachment<'a>;
}

Trait for objects that can be used as color attachments.

Required Methods

fn to_color_attachment(self) -> ColorAttachment<'a>

Builds the ColorAttachment.

Implementors