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
@@ -47,7 +47,7 @@ struct ProgramObject {
};
class ProgramState {
public: // TODO
private:
std::unordered_map<GLuint, ShaderObject> shaders_;
std::unordered_map<GLuint, ProgramObject> programs_;
std::set<GLuint> freeShaderIds_;