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

Method getFBO

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

Source from the content-addressed store, hash-verified

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; }
39 void setDrawBuffer(GLenum mode, bool deferred);

Callers 4

getCurrentFakePbufferFunction · 0.80
bindFramebufferFunction · 0.80
makeCurrentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected