Enum sdl2::video::GLAttr[src]

pub enum GLAttr {
    GLRedSize,
    GLGreenSize,
    GLBlueSize,
    GLAlphaSize,
    GLBufferSize,
    GLDoubleBuffer,
    GLDepthSize,
    GLStencilSize,
    GLAccumRedSize,
    GLAccumGreenSize,
    GLAccumBlueSize,
    GLAccumAlphaSize,
    GLStereo,
    GLMultiSampleBuffers,
    GLMultiSampleSamples,
    GLAcceleratedVisual,
    GLRetailedBacking,
    GLContextMajorVersion,
    GLContextMinorVersion,
    GLContextEGL,
    GLContextFlags,
    GLContextProfileMask,
    GLShareWithCurrentContext,
}

Variants

GLRedSize
GLGreenSize
GLBlueSize
GLAlphaSize
GLBufferSize
GLDoubleBuffer
GLDepthSize
GLStencilSize
GLAccumRedSize
GLAccumGreenSize
GLAccumBlueSize
GLAccumAlphaSize
GLStereo
GLMultiSampleBuffers
GLMultiSampleSamples
GLAcceleratedVisual
GLRetailedBacking
GLContextMajorVersion
GLContextMinorVersion
GLContextEGL
GLContextFlags
GLContextProfileMask
GLShareWithCurrentContext

Trait Implementations

Derived Implementations

impl Eq for GLAttr

fn eq(&self, __arg_0: &GLAttr) -> bool

fn ne(&self, __arg_0: &GLAttr) -> bool