This commit is contained in:
viktorljung
2016-01-23 18:07:07 +01:00
parent 5edf5a41f1
commit 160b7183b2
8 changed files with 27 additions and 12 deletions
+2
View File
@@ -24,6 +24,8 @@ public:
GLuint BloomTexture() const { return m_BloomTexture; }
//Return the texture with diffuse and lighting of the scene.
GLuint SceneTexture() const { return m_SceneTexture; }
FrameBuffer FinalPassFrameBuffer() { return m_FinalPassFrameBuffer; }
private:
void GenerateTexture(GLuint* texture, GLenum wrapping, GLenum filtering, glm::vec2 dimensions, GLint internalFormat, GLint format, GLenum type) const;