docs(render): S3 review closeout — AD-23 retired, AD-17 says deleted not dormant, probe doc truthful, per-view EC loop guarded, conformance harness's per-cell EC limit recorded
The two lenses passed 6575cfcee and left these: AD-23 described the ClipSlotCull the fix round deleted; AD-17's 'dormant, live for the flat path' clause was false (the routing had no caller anywhere); the ProbeClipRouteEnabled doc named a deleted producer; the per-view EC print ran its loop with the flag off; the replay-side derivation still prints one EC per flood cell while production prints one per live view, which no fixture can tell apart today — recorded at the harness for S5. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
89c4494d05
commit
ea76a38035
4 changed files with 29 additions and 12 deletions
|
|
@ -161,12 +161,12 @@ public static class RenderingDiagnostics
|
|||
/// box as a third ground truth. When true: RetailPViewRenderer.DrawLandscapeThroughOutsideView
|
||||
/// emits one <c>[clip-route]</c> line (print-on-change) with the outside slice's slot + NDC
|
||||
/// AABB + planes, the CellIdToSlot routing table, the region-SSBO bytes decoded at the routed
|
||||
/// slot, and the terrain-UBO head as uploaded; WbDrawDispatcher.Draw emits one
|
||||
/// <c>[clip-route-disp]</c> line (print-on-change, routed draws only) with the per-slot
|
||||
/// instance histogram exactly as uploaded to binding=3 plus the culled-entity count; and
|
||||
/// RetailPViewPassExecutor.DrawLandscapeSlice emits one <c>[clip-route-scis]</c> line
|
||||
/// (print-on-change) with the ACTUAL GL scissor enable + box the landscape pass draws under.
|
||||
/// Throwaway apparatus — strip once §4 ships. Initial state from <c>ACDREAM_PROBE_CLIPROUTE=1</c>.
|
||||
/// slot, and the terrain-UBO head as uploaded. The <c>[clip-route-disp]</c> producer in
|
||||
/// WbDrawDispatcher.Draw was deleted with the per-instance clip routing at S3 review fix
|
||||
/// round 1 (the routing had no caller), and the <c>[clip-route-scis]</c> scissor line's
|
||||
/// landscape-slice producer went with the doorway scissor at S3 chunk 4; only the
|
||||
/// WorldRenderDiagnostics lines remain. Throwaway apparatus — the S5 cleanup inventory owns
|
||||
/// its deletion. Initial state from <c>ACDREAM_PROBE_CLIPROUTE=1</c>.
|
||||
/// </summary>
|
||||
public static bool ProbeClipRouteEnabled { get; set; } =
|
||||
Environment.GetEnvironmentVariable("ACDREAM_PROBE_CLIPROUTE") == "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue