Enum glenum::BufferBit [] [src]

pub enum BufferBit {
    Depth,
    Stencil,
    Color,
}

Variants

Passed to clear to clear the current depth buffer.

Passed to clear to clear the current stencil buffer.

Passed to clear to clear the current color buffer.

Trait Implementations

impl Debug for BufferBit
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferBit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BufferBit
[src]