![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
#include <StkOpenGLContext.h>
Public Member Functions | |
void | initialize () |
int | getMajorVersion () const |
int | getMinorVersion () const |
const std::string & | getVendorString () const |
const std::string & | getRendererString () const |
const std::string & | getVersionString () const |
const std::string & | getExtensionString () const |
virtual OpenGLFunctions * | functions () const =0 |
virtual bool | isOpenGLES () const =0 |
virtual std::string | getShaderVersionString () const =0 |
bool | hasExtension (const char *ext) const |
bool | hasTextureFilterAnisotropic () const |
bool | hasTextureCompression () const |
bool | hasTextureCompressionS3TC () const |
void | makeCurrent () |
Static Public Member Functions | |
static OpenGLContext * | current () |
static OpenGLFunctions * | glFunctions () |
Utility for getting the glFunctions of the current context. | |
OpenGLContext - interface to various OpenGL context related features.