Reapply "perf(rendering): draw retained frame product"
This reverts commit 2c848d4167.
This commit is contained in:
parent
823936ec31
commit
20f9fadb12
13 changed files with 1333 additions and 267 deletions
|
|
@ -50,10 +50,12 @@ internal interface IRenderSceneShadowSnapshotSource
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Diagnostic-only owner of Slice F's non-drawing render projection. The
|
||||
/// normal runtime never constructs this type. Accepted world/live lifecycle
|
||||
/// edges append to one ordered journal, and the update thread drains it only
|
||||
/// after current-frame animation, network, and attachment reconciliation.
|
||||
/// Owner of the derived render projection. Slice F introduced it as a
|
||||
/// diagnostic shadow; Slice G keeps the same generation/incarnation journal
|
||||
/// boundary while lending its frame product to production drawing. Accepted
|
||||
/// world/live lifecycle edges append to one ordered journal, and the update
|
||||
/// thread drains it only after current-frame animation, network, and
|
||||
/// attachment reconciliation.
|
||||
/// </summary>
|
||||
internal sealed class RenderSceneShadowRuntime : IDisposable
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue