KWin
|
#include "glvertexbuffer.h"
#include "glframebuffer.h"
#include "glplatform.h"
#include "glshader.h"
#include "glshadermanager.h"
#include "glutils.h"
#include "utils/common.h"
#include <QVector4D>
#include <bitset>
#include <deque>
Go to the source code of this file.
Classes | |
class | KWin::IndexBuffer |
struct | KWin::VertexAttrib |
struct | KWin::BufferFence |
struct | KWin::FrameSizesArray< Count > |
class | KWin::GLVertexBufferPrivate |
Namespaces | |
namespace | KWin |
Functions | |
template<typename T > | |
T | KWin::align (T value, int bytes) |