Enum mallumo_gls::raw::FramebufferDrawBuffer [] [src]

pub enum FramebufferDrawBuffer {
    None,
    Front,
    FrontBack,
    FrontLeft,
    FrontRight,
    Back,
    BackLeft,
    BackRight,
    ColorAttachment0,
    ColorAttachment1,
    ColorAttachment2,
    ColorAttachment3,
    ColorAttachment4,
    ColorAttachment5,
    ColorAttachment6,
    ColorAttachment7,
}

Variants

Trait Implementations

impl Debug for FramebufferDrawBuffer
[src]

Formats the value using the given formatter.

impl Copy for FramebufferDrawBuffer
[src]

impl Clone for FramebufferDrawBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FramebufferDrawBuffer
[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 FramebufferDrawBuffer
[src]

impl From<DefaultFramebufferDrawBuffer> for FramebufferDrawBuffer
[src]

Performs the conversion.

impl From<GeneralFramebufferDrawBuffer> for FramebufferDrawBuffer
[src]

Performs the conversion.