[Chore] (MG_Test/Program): bisect PostLink() no.1.

This commit is contained in:
2025-08-14 17:51:42 +08:00
parent 0cba505ad0
commit 3743922d4d
@@ -59,7 +59,7 @@ namespace MobileGL {
THROW_EXCEPTION(e);
}
// PostLink();
PostLink();
}
void ProgramObject::MarkAsDeleted() {
@@ -145,6 +145,7 @@ namespace MobileGL {
assert(false);
return;
}
return;
m_metadata = session.GetMetadata();
auto& uniformOffsets = m_metadata.plainUniformOffsetsInUBO;
for (const auto& [name, offset] : uniformOffsets) {