glutUseLayer (3) - Linux Manuals
glutUseLayer: Allows you to switch between normal and layer mode.
NAME
glutUseLayer - Allows you to switch between normal and layer mode.LIBRARY
OpenGLUT - overlaysSYNOPSIS
In openglut.h Ft void Fn glutUseLayer GLenum layerPARAMETERS
Bf Em
Bf Sy
It is unclear what the consequences are if you are in
Bf Sy
DESCRIPTION
By default, OpenGLUT operates in "normal" mode, with
respect to layers. If you have a layer open and wish
to operate on the layer, you must use glutUseLayer().
CAVEATS
Unimplemented.
SEE ALSO
glutEstablishOverlay(3)
glutRemoveOverlay(3)
glutPostOverlayRedisplay(3)
glutPostWindowOverlayRedisplay(3)
glutShowOverlay(3)
glutHideOverlay(3)