[Chore] (MG_State/Program): remove shaderTypes from ProgramAttrib

This commit is contained in:
2025-08-18 09:50:30 +08:00
parent f6a0042356
commit 2036caa4a0
3 changed files with 7 additions and 7 deletions
@@ -36,7 +36,7 @@ namespace MobileGL {
}
MG_Util::ShaderTranspiler::ProgramAttrib attrib{
.shaderTypes = Move(shaderTypes),
// .shaderTypes = Move(shaderTypes),
.shaders = Move(shaders),
};