mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
[Improvement] (ProgramState): Remove useless programObj.attribBindings.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user