Module GLX.Visual


module Visual: sig .. end


type attrib =
| GLX_USE_GL
| GLX_BUFFER_SIZE of GLX.uint
| GLX_LEVEL of int
| GLX_RGBA
| GLX_DOUBLEBUFFER
| GLX_STEREO
| GLX_AUX_BUFFERS of GLX.uint
| GLX_RED_SIZE of GLX.uint
| GLX_GREEN_SIZE of GLX.uint
| GLX_BLUE_SIZE of GLX.uint
| GLX_ALPHA_SIZE of GLX.uint
| GLX_DEPTH_SIZE of GLX.uint
| GLX_STENCIL_SIZE of GLX.uint
| GLX_ACCUM_RED_SIZE of GLX.uint
| GLX_ACCUM_GREEN_SIZE of GLX.uint
| GLX_ACCUM_BLUE_SIZE of GLX.uint
| GLX_ACCUM_ALPHA_SIZE of int