feat(app): observe canonical placement receipts
This commit is contained in:
parent
378ca95a67
commit
f05ed5c3cd
14 changed files with 545 additions and 31 deletions
|
|
@ -14,9 +14,9 @@ namespace AcDream.App.World;
|
|||
/// and renderer/VFX visibility projections. Runtime physics, shadows, body
|
||||
/// state, clocks, and worksets were committed before this sink is invoked.
|
||||
///
|
||||
/// This adapter deliberately owns no subscription: production composition
|
||||
/// activates the shared observer only after both graphical and no-window hosts
|
||||
/// implement the same presentation-only contract.
|
||||
/// This adapter deliberately owns no subscription. The exact graphical
|
||||
/// session route owns the shared Runtime observer and its generation-scoped
|
||||
/// update-thread retry lease.
|
||||
/// </summary>
|
||||
internal sealed class RuntimePlacementPresentationSink
|
||||
: IRuntimePlacementProjectionSink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue