Classes | |
class | GLRC |
OpenGL context handling
| |
class | GLRC |
OpenGL context handling
| |
Functions | |
int | gml::InitGLExtensions (const char *origReqExts) |
Return 1 if all extensions listed in origReqExts are supported by GL implementation. | |
const char * | gml::GetUnsupportedGLExtensions () |
Return a list of unsupported extensions (should be called after InitGLExtensions). | |
void | RenderBBox (const gml::BBox3f &bbox, const gml::ColorRGBAf &color) |
|
Return 1 if all extensions listed in origReqExts are supported by GL implementation. Extensions should be separated with spaces, like "GL_ARB_multitexture " "GL_NV_evaluators " "GL_NV_texture_shader " |