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

pub trait ToColorAttachment {
    fn to_color_attachment(&self) -> ColorAttachment;
}

Trait for objects that can be used as color attachments.

Required Methods

fn to_color_attachment(&self) -> ColorAttachment

Builds the ColorAttachment.

Implementors