#include <Inventor/SbBase.h>#include <vector>Go to the source code of this file.
Classes | |
| class | SbGLShareContext |
| Class encapsulating information about an OpenGL context: a handle on an OpenGL context and its id. More... | |
Namespaces | |
| namespace | SbGlContextHelper |
Typedefs | |
| typedef ::Display * | SbGlContextHelper::Display |
| typedef GLXContext | SbGlContextHelper::GLContext |
| typedef void * | SbGlContextHelper::VisualInfo |
| typedef GLXDrawable | SbGlContextHelper::Drawable |
Functions | |
| GLContext | SbGlContextHelper::getCurrentContext () |
| Display | SbGlContextHelper::getCurrentDisplay () |
| Drawable | SbGlContextHelper::getCurrentDrawable () |
| bool | SbGlContextHelper::isValidDisplay (Display dpy) |
| VisualInfo | SbGlContextHelper::getWindowVisualInfo (Display dpy, Drawable drawable) |
| VisualInfo | SbGlContextHelper::getWindowVisualInfo (Display dpy, Drawable drawable, GLContext ctx) |
| void | SbGlContextHelper::releaseVisualInfo (VisualInfo visualInfo) |
| GLContext | SbGlContextHelper::createContext (Display dpy, VisualInfo vis, GLContext shareList, bool direct) |
| bool | SbGlContextHelper::destroyContext (Display dpy, GLContext ctx) |
| bool | SbGlContextHelper::makeCurrent (Display dpy, Drawable drawable, GLContext ctx) |
| SoINTERNAL GLContext | SbGlContextHelper::createContextAttribs (Display dpy, VisualInfo vis, GLContext shareList, bool direct, const std::vector< int > &attribs) |