1GLXGETCURRENTCONTEXT() GLXGETCURRENTCONTEXT()
23
4
NAME
6glXGetCurrentContext - return the current context
78
C SPECIFICATION
10GLXContext glXGetCurrentContext( void )
1112
13
DESCRIPTION
15glXGetCurrentContext returns the current context, as specified by glX‐
16MakeCurrent. If there is no current context, NULL is returned.
1718
glXGetCurrentContext returns client-side information. It does not make
19a round trip to the server.
2021
SEE ALSO
23glXCreateContext, glXMakeCurrent
2425
26
27
GLXGETCURRENTCONTEXT()