#include <Inventor/sys/port.h>#include <Inventor/SbBase.h>#include <Inventor/SoInventorGLEWLibName.h>Go to the source code of this file.
Macros | |
| #define | INVENTORGLEW_API VC_DLL_IMPORT |
| #define | glewGetContextNative glxewGetContext |
Functions | |
| SoGLGlew () | |
| ~SoGLGlew () | |
| struct GLEWContextStruct * | glewGetContextIV () const |
| GlewContextNative * | glewGetContextNativeIV () const |
| bool | isGLEWInitialized () |
| void | initGLEWContext () |
| Initialize memory for GLEW structures. | |
| bool | initGLEW () |
| Intialize GLEW. | |
| bool | initGLXEW () |
| bool | initEGLEW () |
| void | cleanGLEWContext () |
Variables | |
| struct GLEWContextStruct * | m_glewContext |
| GlewContextNative * | m_glewContextNative |
| bool | m_glewInit |
| #define glewGetContextNative glxewGetContext |
Definition at line 27 of file SoGLGlew.h.
| #define INVENTORGLEW_API VC_DLL_IMPORT |
Definition at line 19 of file SoGLGlew.h.
| void cleanGLEWContext | ( | ) |
| struct GLEWContextStruct * glewGetContextIV | ( | ) | const |
Definition at line 67 of file SoGLGlew.h.
| GlewContextNative * glewGetContextNativeIV | ( | ) | const |
Definition at line 70 of file SoGLGlew.h.
| bool initEGLEW | ( | ) |
| bool initGLEW | ( | ) |
Intialize GLEW.
Must be called with a context current.
| void initGLEWContext | ( | ) |
Initialize memory for GLEW structures.
| bool initGLXEW | ( | ) |
| bool isGLEWInitialized | ( | ) |
Definition at line 73 of file SoGLGlew.h.
| SoGLGlew | ( | ) |
| ~SoGLGlew | ( | ) |
| struct GLEWContextStruct* m_glewContext |
Definition at line 61 of file SoGLGlew.h.
| GlewContextNative* m_glewContextNative |
Definition at line 62 of file SoGLGlew.h.
| bool m_glewInit |
Definition at line 64 of file SoGLGlew.h.