|
Krita Source Code Documentation
|
#include "canvas/kis_display_filter.h"#include <QOpenGLShaderProgram>#include <QByteArray>#include <QString>#include <unordered_map>#include <string>#include <stdexcept>#include <map>Go to the source code of this file.
Classes | |
| class | KisOpenGLShaderLoader |
| class | KisShaderProgram |
| class | ShaderLoaderException |
Enumerations | |
| enum | Uniform { ModelViewProjection , TextureMatrix , ViewportScale , TexelSize , Texture0 , Texture1 , FixedLodLevel , FragmentColor } |
| enum Uniform |
An enum for storing all uniform names used in shaders
| Enumerator | |
|---|---|
| ModelViewProjection | |
| TextureMatrix | |
| ViewportScale | |
| TexelSize | |
| Texture0 | |
| Texture1 | |
| FixedLodLevel | |
| FragmentColor | |
Definition at line 22 of file kis_opengl_shader_loader.h.