Enum mallumo_gls::raw::FramebufferAttachment [] [src]

pub enum FramebufferAttachment {
    DepthAttachment,
    StencilAttachment,
    DepthStencilAttachment,
    ColorAttachment0,
    ColorAttachment1,
    ColorAttachment2,
    ColorAttachment3,
    ColorAttachment4,
    ColorAttachment5,
    ColorAttachment6,
    ColorAttachment7,
}

Variants

Trait Implementations

impl Debug for FramebufferAttachment
[src]

Formats the value using the given formatter.

impl Copy for FramebufferAttachment
[src]

impl Clone for FramebufferAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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