1GLXGETCURRENTCONTEXT()                                  GLXGETCURRENTCONTEXT()
2
3
4

NAME

6       glXGetCurrentContext - return the current context
7
8

C SPECIFICATION

10       GLXContext glXGetCurrentContext( void )
11
12
13

DESCRIPTION

15       glXGetCurrentContext  returns the current context, as specified by glX‐
16       MakeCurrent.  If there is no current context, NULL is returned.
17
18       glXGetCurrentContext returns client-side information.  It does not make
19       a round trip to the server.
20
21

SEE ALSO

23       glXCreateContext, glXMakeCurrent
24
25
26
27                                                        GLXGETCURRENTCONTEXT()
Impressum