Fixed renderer shaders. Derp.

This commit is contained in:
2014-03-07 22:18:32 +01:00
parent f837a119b3
commit f767cdbc9c
5 changed files with 19 additions and 25 deletions
+1 -2
View File
@@ -71,10 +71,9 @@ public:
ShaderProgram();
~ShaderProgram();
ShaderProgram(std::string vertexShaderFile, std::string fragmentShaderFile);
void AddShader(std::unique_ptr<Shader> shader);
void Compile();
GLuint Link();
void Bind();