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

Method getID

server/FakePbuffer.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 bool ignoreDrawFBO = false, bool ignoreReadFBO = false);
33 Display *getDisplay(void) { return dpy; }
34 GLXDrawable getID(void) { return id; }
35 VGLFBConfig getFBConfig(void) { return config; }
36 GLuint getFBO(void) { return fbo; }
37 int getWidth(void) { return width; }

Callers 1

createPbufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected