added uniforms
This commit is contained in:
@@ -10,6 +10,8 @@ struct Shader {
|
||||
void bind();
|
||||
void unbind();
|
||||
|
||||
GLuint getShaderId();
|
||||
|
||||
private:
|
||||
GLuint compile(std::string shaderSource, GLenum shaderType);
|
||||
std::string parse(const char* filename);
|
||||
|
||||
Reference in New Issue
Block a user