mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +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.generation = nextGeneration;
|
||||||
g_uboRing.alignment = pow2;
|
g_uboRing.alignment = pow2;
|
||||||
g_uboRingFrameMarks.clear();
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user