| 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; } |