table of contents
other sections
GLXDESTROYCONTEXT() | GLXDESTROYCONTEXT() |
NOM¶
glXDestroyContext - détruit un contexte GLX
SPÉCIFICATION C¶
void glXDestroyContext( Display *dpy,
GLXContext ctx )
PARAMÈTRES¶
DESCRIPTION¶
Si le contexte d'affichage GLX ctx n'est pas utilisé par une thread, glXDestroyContext le détruit immédiatement. Sinon, ctx est détruit dès qu'il n'est plus utilisé par une thread. Dans les deux cas, la ressource ID référencée par ctx est libérée immédiatement.
ERREURS¶
GLXBadContext est générée si ctx n'est pas un contexte GLX valide.
VOIR AUSSI¶
glXCreateContext, glXMakeCurrent
TRADUCTION¶
Sylvain Vignaud <sylvain@vignaud.org>, 2002