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

glXGetCurrentDrawable(3gl)


GLXGETCURRENTDRAWABLE

GLXGETCURRENTDRAWABLE

NAME
C SPECIFICATION
DESCRIPTION
SEE ALSO

NAME

glXGetCurrentDrawable − return the current drawable

C SPECIFICATION

GLXDrawable glXGetCurrentDrawable( void )

DESCRIPTION

glXGetCurrentDrawable returns the current drawable, as specified by glXMakeCurrent. If there is no current drawable, None is returned.

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

SEE ALSO

glXCreateGLXPixmap, glXMakeCurrent



glXGetCurrentDrawable(3gl)