pub trait ToColorAttachment<'a> {
// Required method
fn to_color_attachment(self) -> ColorAttachment<'a>;
}Expand description
Trait for objects that can be used as color attachments.
Required Methods§
Sourcefn to_color_attachment(self) -> ColorAttachment<'a>
fn to_color_attachment(self) -> ColorAttachment<'a>
Builds the ColorAttachment.