Trait nannou::ui::backend::glium::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

Builds the ColorAttachment.

Implementors