| 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); |
| 40 | void setDrawBuffers(GLsizei n, const GLenum *bufs, bool deferred); |
no outgoing calls
no test coverage detected