Introduce Widget and Screen classes

This commit is contained in:
2021-01-10 00:32:11 +01:00
parent 6ecf2011bc
commit d173eb0913
14 changed files with 153 additions and 42 deletions

View File

@@ -19,6 +19,7 @@ public:
{
return textures[0];
}
void setExposureCorrection(bool exposureCorrection);
private:
GLuint FBO;