Enum offscreen_gl_context::ColorAttachmentType [] [src]

pub enum ColorAttachmentType {
    Texture,
    Renderbuffer,
}

Variants

Trait Implementations

impl Debug for ColorAttachmentType
[src]

[src]

Formats the value using the given formatter.

impl Default for ColorAttachmentType
[src]

[src]

Returns the "default value" for a type. Read more