Add texture loading in GlContext

This commit is contained in:
Dan Paulat 2022-10-04 23:15:52 -05:00
parent 82d761c939
commit ab50f0b9a2
2 changed files with 120 additions and 2 deletions

View file

@ -28,6 +28,8 @@ public:
GetShaderProgram(const std::string& vertexPath,
const std::string& fragmentPath);
GLuint GetTexture(const std::string& texturePath);
private:
class Impl;