mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (MG_Test/Program): bisect PostLink() no.1.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user