Revert "a bunch of junk, merging 'shitty' branch"

This reverts commit c68cbfa37b.
This commit is contained in:
BZLZHH
2025-05-17 11:13:31 +08:00
parent 9297542dcf
commit 3b1ab8d9d9
14 changed files with 10 additions and 797 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
void Delete(GLuint buffer);
GLuint GetCurrentBinding(GLenum target) const;
public: // TODO
private:
std::unordered_map<GLuint, BufferObject> buffers_;
std::set<GLuint> freeIds_;
GLuint lastId_ = 0;