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

Method getDisplay

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

Source from the content-addressed store, hash-verified

31 void createBuffer(bool useRBOContext, bool ignoreReadDrawBufs = false,
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; }

Callers 1

getCurrentDisplayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected