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

Function getCurrentReadDrawable

server/backend.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411
412GLXDrawable getCurrentReadDrawable(void)
413{
414 if(fconfig.egl)
415 return getCurrentReadDrawableEGL();
416 else
417 return _glXGetCurrentReadDrawable();
418}
419
420
421int getFBConfigAttrib(Display *dpy, VGLFBConfig config, int attribute,

Callers 4

glViewportFunction · 0.85
TempContextMethod · 0.85
swapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected