Resize should now be working correctly.

This commit is contained in:
Tleety
2016-02-19 11:42:52 +01:00
parent e15a7b9485
commit 8c9f4bb84b
7 changed files with 56 additions and 4 deletions
+2
View File
@@ -24,6 +24,8 @@ public:
void Draw(GLuint texture);
void OnWindowRezise();
//Getters
//Return the blurred result of the texture that was sent into draw
GLuint GaussianTexture() const { return m_GaussianTexture_vert; }