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

Method getFBConfig

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

Source from the content-addressed store, hash-verified

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; }
38 int getHeight(void) { return height; }

Callers 6

queryDrawableFunction · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected