SemiBrokend

This commit is contained in:
2024-02-15 18:51:25 -05:00
parent 406abbb5bd
commit d0eb1f34ef
5 changed files with 182 additions and 161 deletions

View File

@@ -49,6 +49,8 @@ namespace LearnOpenGL {
void setMat3(const std::string& name, const Matrix3x3 &mat) const;
void setMat4(const std::string& name, const Matrix4x4 &mat) const;
GLint getAttribute(const std::string& name) const;
GLint getUniform(const std::string& name) const;
private:
void checkCompileErrors(GLuint shader, std::string type);