MCPcopy 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
733void 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

DestroyPbufferFunction · 0.85

Calls 1

glXDestroyPbufferFunction · 0.85

Tested by

no test coverage detected