GLX

From LQWiki
Jump to navigation Jump to search

GLX is the OpenGL X extension. It contains extensions to the X server and library, as well as an API for programmers. GLX integrates OpenGL with X, it provides the glue code to easily do OpenGL in X, as well as several commands to test and check on things. GLX should be included in any modern day X server distribution.

See also

  • glxinfo - Command to query the status of GLX
  • glxgears - Command to test GLX rendering
  • AIGLX - Allows GLX commands to be rendered on the server end

External Links