summaryrefslogtreecommitdiff
path: root/libs/renderengine/gl/Program.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/renderengine/gl/Program.h')
-rw-r--r--libs/renderengine/gl/Program.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/renderengine/gl/Program.h b/libs/renderengine/gl/Program.h
index fc3755e78f..41f1bf865e 100644
--- a/libs/renderengine/gl/Program.h
+++ b/libs/renderengine/gl/Program.h
@@ -54,7 +54,7 @@ public:
};
Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
- ~Program() = default;
+ ~Program();
/* whether this object is usable */
bool isValid() const;
@@ -104,6 +104,7 @@ private:
/* location of transform matrix */
GLint mInputTransformMatrixLoc;
GLint mOutputTransformMatrixLoc;
+ GLint mDisplayColorMatrixLoc;
/* location of corner radius uniform */
GLint mCornerRadiusLoc;