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

  
 
  

home | help
GLXGETCURRENTCONTEXT()					  GLXGETCURRENTCONTEXT()

NAME
     glXGetCurrentContext - return the current context

C SPECIFICATION
     GLXContext glXGetCurrentContext( void )

DESCRIPTION
     glXGetCurrentContext  returns the current context, as specified by glXMake-
     Current.  If there is no current context, NULL is returned.

     glXGetCurrentContext returns client-side information.  It does not  make  a
     round trip to the server.

SEE ALSO
     glXCreateContext, glXMakeCurrent

							  GLXGETCURRENTCONTEXT()

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

home | help