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

glXDestroyContext(3gl)


GLXDESTROYCONTEXT

GLXDESTROYCONTEXT

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
ERRORS
SEE ALSO

NAME

glXDestroyContext − destroy a GLX context

C SPECIFICATION

void glXDestroyContext( Display *dpy,

GLXContext ctx )

Image /web_man_pages/man_unzipped/en/centos/5/5.61.png

PARAMETERS

dpy

Specifies the connection to the X server.

ctx

Specifies the GLX context to be destroyed.

DESCRIPTION

If the GLX rendering context ctx is not current to any thread, glXDestroyContext destroys it immediately. Otherwise, ctx is destroyed when it becomes not current to any thread. In either case, the resource ID referenced by ctx is freed immediately.

ERRORS

GLXBadContext is generated if ctx is not a valid GLX context.

SEE ALSO

glXCreateContext, glXMakeCurrent



glXDestroyContext(3gl)