Rendering FIXED :D

This commit is contained in:
2014-03-09 23:39:54 +01:00
parent 3138eea0c2
commit ce6b570520
10 changed files with 3008 additions and 25 deletions
+2
View File
@@ -64,6 +64,8 @@ private:
GLchar* m_glVendor;
std::shared_ptr<Camera> m_Camera;
GLuint vertexArrayObject;
};
#endif // Renderer_h__