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

Trait for objects that can be used as color attachments.

Required Methods§

Builds the ColorAttachment.

Implementors§