KWin
|
#include "kwin_export.h"
#include <QByteArray>
#include <QFlags>
#include <QStack>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | KWin::ShaderManager |
Manager for Shaders. More... | |
class | KWin::ShaderBinder |
Namespaces | |
namespace | KWin |
Enumerations | |
enum class | KWin::ShaderTrait { KWin::MapTexture = (1 << 0) , KWin::UniformColor = (1 << 1) , KWin::Modulate = (1 << 2) , KWin::AdjustSaturation = (1 << 3) , KWin::TransformColorspace = (1 << 4) , KWin::MapExternalTexture = (1 << 5) } |