Shader stuff.

This commit is contained in:
2014-03-06 17:31:21 +01:00
parent 5608fb58da
commit 5a15491573
7 changed files with 238 additions and 65 deletions
+2 -2
View File
@@ -16,12 +16,12 @@
#include <glm/gtc/type_ptr.hpp>
#include "glerror.h"
#include "ShaderProgram.h"
class Renderer
{
public:
GLuint shaderProgram;
std::shared_ptr<ShaderProgram> m_ShaderProgram;
GLuint VAO;
std::vector<std::vector<float>> Vertices;