Removing OpenGL code related to textures

This commit is contained in:
2022-09-18 23:19:30 -07:00
parent 8306202cf1
commit f4bd0d6340
10 changed files with 7 additions and 66 deletions

View File

@@ -45,7 +45,6 @@ public:
KRTexture(KRContext& context, std::string name);
virtual ~KRTexture();
virtual void bind(GLuint texture_unit);
void releaseHandles();
long getMemSize();
virtual long getReferencedMemSize();