Extract main stroke face loop

This commit is contained in:
2026-06-13 17:58:45 +02:00
parent 9acd3fa524
commit fee09e5340
5 changed files with 113 additions and 2 deletions

View File

@@ -81,6 +81,10 @@ agent or engineer to remove them without reconstructing context from chat.
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
retained path still owns the concrete shader, sampler, and framebuffer
wiring.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
face loop orchestration now routes through
`execute_legacy_canvas_stroke_main_pass_frame_callbacks(...)`; the retained
path still owns the concrete shader, sampler, and framebuffer wiring.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_samples()`
now routes polygon triangulation, sample-point assembly, and retained
destination-copy / upload / draw helper handoff through