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

FreeBSD Manual Pages

  
 
  

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

NAME
     AG_DriverWGL -- agar WGL driver

DESCRIPTION
     The  Agar	wgl  driver  provides a direct interface to the Windows API, and
     renders GUI elements using OpenGL primitives and textures.  On the  Windows
     platform, wgl is usually the default driver.

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

EXAMPLES
	   AG_InitGraphics("wgl");

OPTIONS
     debug    Capture GL_DEBUG_OUTPUT errors.
     stereo   Request a stereoscopic visual.

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

     OpenGL
     Microsoft Learn

HISTORY
     The  wgl  driver first appeared in Agar 1.4.0.  The "debug" option appeared
     in Agar 1.6.0.

Agar 1.7			December 21, 2022		 AG_DRIVERWGL(3)

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

home | help