Started working on Renderables

- Making sure isReady is properly set
- Making sure initialization is done correctly
- Making sure deinitialization is done correctly
This commit is contained in:
jonasstrandstedt
2014-12-10 19:43:38 +01:00
parent 179f6edd9d
commit 81caf96d72
13 changed files with 98 additions and 57 deletions
@@ -67,6 +67,7 @@ private:
ghoul::opengl::ProgramObject* _shader;
ghoul::opengl::Texture* _texture;
GLuint _quad;
GLuint _vertexPositionBuffer;
};
} // namespace openspace