Enum sdl::gl::GLAttribute [] [src]

pub enum GLAttribute {
    RedSize,
    GreenSize,
    BlueSize,
    AlphaSize,
    BufferSize,
    DoubleBuffer,
    DepthSize,
    StencilSize,
    AccumRedSize,
    AccumGreenSize,
    AccumBlueSize,
    AccumAlphaSize,
    Stereo,
    MultiSampleBuffers,
    MultiSampleSamples,
    AcceleratedVisual,
    SwapControl,
}

Variants

Trait Implementations

impl Copy for GLAttribute
[src]

impl Clone for GLAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more