MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / destroyPbuffer

Function destroyPbuffer

server/backend.cpp:339–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339void destroyPbuffer(Display *dpy, GLXPbuffer pbuf)
340{
341 if(fconfig.egl)
342 {
343 try
344 {
345 PBHASHEGL.remove(pbuf);
346 }
347 CATCH_EGL(X_GLXDestroyPbuffer)
348 }
349 else _glXDestroyPbuffer(DPY3D, pbuf);
350}
351
352
353void drawBuffer(GLenum mode)

Callers 2

~OGLDrawableMethod · 0.85
glXDestroyPbufferFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected