mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (MG_Backend/DirectGLES): log global-UBO ring creation
This commit is contained in:
@@ -966,6 +966,8 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
||||
g_uboRing.generation = nextGeneration;
|
||||
g_uboRing.alignment = pow2;
|
||||
g_uboRingFrameMarks.clear();
|
||||
MGLOG_I("Global-UBO ring: %zu MiB persistent store ready (id %u, gen %u, align %zu).",
|
||||
newSize / (1024u * 1024u), id, nextGeneration, pow2);
|
||||
return true;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user