|
KWin
|
#include "opengl/glutils.h"#include "glplatform.h"#include "gltexture_p.h"#include "utils/common.h"Go to the source code of this file.
Namespaces | |
| namespace | KWin |
Functions | |
| void | KWin::initGL (const std::function< resolveFuncPtr(const char *)> &resolveFunction) |
| void KWIN_EXPORT | KWin::cleanupGL () |
| bool | KWin::hasGLVersion (int major, int minor, int release) |
| bool | KWin::hasGLExtension (const QByteArray &extension) |
| QList< QByteArray > | KWin::openGLExtensions () |
| bool | KWin::checkGLError (const char *txt) |