Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

glXGetCurrentContext(3gl)


GLXGETCURRENTCONTEXT

GLXGETCURRENTCONTEXT

NAME
C SPECIFICATION
DESCRIPTION
SEE ALSO

NAME

glXGetCurrentContext − return the current context

C SPECIFICATION

GLXContext glXGetCurrentContext( void )

DESCRIPTION

glXGetCurrentContext returns the current context, as specified by glXMakeCurrent. 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(3gl)