6.13 gl-config%
A gl-config% object encapsulates configuration information
for an OpenGL drawing context. Use a gl-config% object as
an initialization argument for canvas%, or provide it to
set-gl-config in bitmap%.
(->newgl-config% )gl-config%objectCreates a GL configuration that indicates double buffering, a depth buffer of size one, no stencil buffer, no accumulation buffer, no multisampling, and not stereo.
Methods
get-accum-size
get-depth-size
get-double-buffered
get-multisample-size
get-stencil-size
get-stereo
set-accum-size
set-depth-size
set-double-buffered
set-multisample-size
set-stencil-size
set-stereo