KWin
|
#include "kwin_export.h"
#include <QColor>
#include <QRegion>
#include <QVector2D>
#include <epoxy/gl.h>
#include <optional>
#include <ranges>
#include <span>
Go to the source code of this file.
Classes | |
struct | KWin::GLVertex2D |
struct | KWin::GLVertex3D |
struct | KWin::GLVertexAttrib |
class | KWin::GLVertexBuffer |
Vertex Buffer Object. More... | |
Namespaces | |
namespace | KWin |
Enumerations | |
enum | KWin::VertexAttributeType { KWin::VA_Position = 0 , KWin::VA_TexCoord = 1 , KWin::VertexAttributeCount = 2 } |