Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ glXDestroyGLXPbufferSGIX
Function
glXDestroyGLXPbufferSGIX
server/faker-glx.cpp:733–736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
731
}
732
733
void glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf)
734
{
735
glXDestroyPbuffer(dpy, pbuf);
736
}
737
738
739
// Some applications will destroy the GLX pixmap handle but then try to use X11
Callers
1
DestroyPbuffer
Function · 0.85
Calls
1
glXDestroyPbuffer
Function · 0.85
Tested by
no test coverage detected