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