Enum mallumo_gls::framebuffer::GeneralFramebufferDrawBuffer [] [src]

pub enum GeneralFramebufferDrawBuffer {
    None,
    ColorAttachment0,
    ColorAttachment1,
    ColorAttachment2,
    ColorAttachment3,
    ColorAttachment4,
    ColorAttachment5,
    ColorAttachment6,
    ColorAttachment7,
}

Variants

Trait Implementations

impl Debug for GeneralFramebufferDrawBuffer
[src]

Formats the value using the given formatter.

impl Copy for GeneralFramebufferDrawBuffer
[src]

impl Clone for GeneralFramebufferDrawBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GeneralFramebufferDrawBuffer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GeneralFramebufferDrawBuffer
[src]