Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_opengl_shader_loader.h File Reference
#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
}
 

Enumeration Type Documentation

◆ Uniform

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.