fix(render): harden portal exit handoff
This commit is contained in:
parent
ddbd7e4096
commit
82e4b4cb6d
17 changed files with 896 additions and 119 deletions
|
|
@ -128,9 +128,10 @@ internal readonly record struct ProcessResourceDiagnostics(
|
|||
int TrackedGpuTextures);
|
||||
|
||||
/// <summary>
|
||||
/// Immutable resource facts captured only when explicit UI-probe dumping is enabled.
|
||||
/// Grouping keeps the diagnostics controller independent from every canonical renderer,
|
||||
/// VFX, mesh, texture, and process owner used to produce the values.
|
||||
/// Immutable resource facts captured only by an explicit low-frequency
|
||||
/// diagnostic such as UI-probe dumping or reveal timing. Grouping keeps the
|
||||
/// consumers independent from every canonical renderer, VFX, mesh, texture,
|
||||
/// and process owner used to produce the values.
|
||||
/// </summary>
|
||||
internal readonly record struct RenderFrameResourceDiagnosticsSnapshot(
|
||||
VfxStreamResourceDiagnostics Vfx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue