NAME
glXDestroyGLXPbufferSGIX - destroy a GLXPbuffer
C SPECIFICATION
void glXDestroyGLXPbufferSGIX ( Display *dpy,
GLXPbuffer pbuf)
PARAMETERS
dpy Specifies the connection to the X server.
pbuf Specifies the GLXPbuffer to be destroyed.
DESCRIPTION
If GLXPbuffer <pbuf> is not current to any client, glXDes-
troyGLXPbufferSGIX destroys it immediately. Otherwise,
<pbuf> is destroyed when it becomes not current to any
client. In either case, any memory resources that are
attached to it are freed, and its XID is made available for
reuse immediately.
NOTES
glXDestroyGLXPbufferSGIX is part of the GLX extension
SGIX_pbuffer, not part of the core GLX command set. If
SGIX_pbuffer is included in the string returned by
glXQueryExtensionsString, extension SGIX_pbuffer is sup-
ported by the connection.
ERRORS
GLXBadPbufferSGIX is generated if <pbuf> is not a valid
GLXPbuffer.
SEE ALSO
glXCreateGLXPbufferSGIX, glxMakeCurrent, glXQueryExtensions-
String.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |