Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AG_DRIVERGLX(3)		    Library Functions Manual	       AG_DRIVERGLX(3)

NAME
       AG_DriverGLX -- agar GLX	driver

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 usu-
       ally the	default	driver.

INHERITANCE HIERARCHY
       AG_Driver(3) -> AG_DriverMw(3) -> AG_DriverGLX.

EXAMPLES
	     AG_InitGraphics("glx");
	     AG_InitGraphics("glx(stereo)");
	     AG_InitGraphics("glx(debug:xsync)");

OPTIONS
       debug	Capture	GL_DEBUG_OUTPUT	errors.
       stereo	Request	a stereoscopic visual.
       xsync	Enable synchonous X events.

SEE ALSO
       AG_Driver(3), AG_GL(3), AG_InitGraphics(3), AG_Intro(3)

       X.Org Foundation: https://www.x.org/
       OpenGL: https://www.opengl.org/

HISTORY
       The glx driver first appeared in	Agar 1.4.0.  The  "debug"  option  ap-
       peared in Agar 1.6.0.

Agar 1.7		       December	21, 2022	       AG_DRIVERGLX(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AG_DriverGLX&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help