Merge branch 'dev' of github.com:MobileGL-Dev/MobileGL into dev

This commit is contained in:
BZLZHH
2025-08-14 18:35:14 +08:00
5 changed files with 32 additions and 47 deletions
@@ -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) {