GPU: Partially implemented texture support

This commit is contained in:
Connor McLaughlin
2019-09-14 02:07:31 +10:00
parent cfe361c1a6
commit ae43cc838b
14 changed files with 690 additions and 136 deletions

View File

@ -14,6 +14,7 @@ public:
u32 GetHeight() const { return m_height; }
void Bind();
static void Unbind();
private:
GLuint m_id;