[Improvement] (ProgramState): Remove useless programObj.attribBindings.

This commit is contained in:
BZLZHH
2025-06-08 15:54:10 +08:00
parent 9640e167df
commit 3c98bc5eca
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -42,7 +42,6 @@ struct ProgramObject {
bool dirty;
GLint linkStatus;
std::string infoLog;
MG_Global::unordered_map<std::string, GLint> attribBindings;
MG_Global::unordered_map<std::string, GLint> attribLocations;
MG_Global::unordered_map<std::string, GLint> uniformLocations;
MG_Global::unordered_map<std::string, UniformValue> uniformValues;