Added window dimming

This commit is contained in:
vaxerski
2022-08-30 12:46:17 +02:00
parent 179562b646
commit 48eb2e0d6f
9 changed files with 75 additions and 7 deletions

View File

@@ -29,6 +29,9 @@ public:
GLint range;
GLint shadowPower;
GLint applyTint;
GLint tint;
GLint getUniformLocation(const std::string&);
private: