DESCRIPTION
The Agar
glx driver provides a direct interface to the X Window System, and renders
GUI elements using OpenGL primitives and textures.
On Unix-like platforms where the X Window System is available,
glx is usually the default driver.
INHERITANCE HIERARCHY ↑
AG_Driver(3)-> AG_DriverMw(3)-> AG_DriverGLX.
EXAMPLES ↑
AG_InitGraphics("glx"); AG_InitGraphics("glx(no-im)"); AG_InitGraphics("glx(stereo)"); AG_InitGraphics("glx(debug:xsync)");
OPTIONS ↑
debug | Capture GL_DEBUG_OUTPUT errors. |
no-im | Disable X input methods. |
stereo | Request a stereoscopic visual. |
xsync | Enable synchonous X events. |
SEE ALSO ↑
HISTORY ↑
The
glx driver first appeared in
Agar 1.4.0.
The "debug" option appeared in
Agar 1.6.0.