1GLXGETCURRENTCONTEXT(3G) OpenGL Manual GLXGETCURRENTCONTEXT(3G)
2
3
4
6 glXGetCurrentContext - return the current context
7
9 GLXContext glXGetCurrentContext(
10
12 glXGetCurrentContext returns the current context, as specified by
13 glXMakeCurrent(). If there is no current context, NULL is returned.
14
15 glXGetCurrentContext returns client-side information. It does not make
16 a round trip to the server.
17
19 glXCreateContext(), glXGetCurrentDisplay(), glXGetCurrentDrawable(),
20 glXMakeCurrent()
21
23 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
24 under the SGI Free Software B License. For details, see
25 http://oss.sgi.com/projects/FreeB/.
26
28 opengl.org
29
30
31
32opengl.org 06/10/2014 GLXGETCURRENTCONTEXT(3G)