Class encapsulating information about an OpenGL context: a handle on an OpenGL context and its id. More...
#include <Inventor/helpers/SbGlContextHelper.h>
Public Attributes | |
SoGLContext * | shareContext |
Handle on OpenGL context. | |
int | shareContextID |
Corresponding shared context Id managed by upper layer viewer class. | |
Class encapsulating information about an OpenGL context: a handle on an OpenGL context and its id.
Definition at line 71 of file SbGlContextHelper.h.
SoGLContext* SbGLShareContext::shareContext |
Handle on OpenGL context.
Definition at line 75 of file SbGlContextHelper.h.
int SbGLShareContext::shareContextID |
Corresponding shared context Id managed by upper layer viewer class.
Definition at line 80 of file SbGlContextHelper.h.