docs(render): driver type doc — state the ov>0 gate precisely

Comment-only: the landscape, flush, gated clear and seals run only when
outside_view.view_count > 0; the flood cells are unconditional.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-09-03 07:50:34 +02:00
parent bbe41d5993
commit 2f5373c740

View file

@ -496,10 +496,10 @@ internal readonly struct WalkFrameEvent
/// [far contents] … [near contents], [alpha barrier] [punch fan(s) + /// [far contents] … [near contents], [alpha barrier] [punch fan(s) +
/// look-in flood(s), each following the SAME reverse two-pass discipline] /// look-in flood(s), each following the SAME reverse two-pass discipline]
/// [building shell content mark], [landscape (if exit views survived)] /// [building shell content mark], [landscape (if exit views survived)]
/// [landscape flush] [gated interior depth clear] [exit-portal seals] [the /// [landscape flush] [gated interior depth clear] [exit-portal seals] the
/// interior root's own flood cells] — the last four only when /// landscape and those three only when <c>outside_view.view_count &gt; 0</c>
/// <c>outside_view.view_count &gt; 0</c> (S3 §8.1 R3) — and a final mark at /// (S3 §8.1 R3) — then [the interior root's own flood cells] unconditionally,
/// Replay's prepare step. No special-casing per turn kind is needed beyond /// and a final mark at Replay's prepare step. No special-casing per turn kind is needed beyond
/// that.</para> /// that.</para>
/// ///
/// <para>Retail anchors: <c>SmartBox::RenderNormalMode</c> @0x00453aa0 (the /// <para>Retail anchors: <c>SmartBox::RenderNormalMode</c> @0x00453aa0 (the