| KWin
    | 
#include "core/colorspace.h"#include "opengl/glframebuffer.h"#include "opengl/glshader.h"#include "opengl/glshadermanager.h"#include "opengl/gltexture.h"#include "opengl/glutils_funcs.h"#include "opengl/glvertexbuffer.h"#include <QByteArray>#include <QList>#include <functional>Go to the source code of this file.
| Namespaces | |
| namespace | KWin | 
| Typedefs | |
| typedef void(* | KWin::resolveFuncPtr) () | 
| 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) | 
| bool | KWin::checkGLError (const char *txt) | 
| QList< QByteArray > | KWin::openGLExtensions () |