Extract stroke commit callback helper

This commit is contained in:
2026-06-13 19:51:03 +02:00
parent b9f9ecaa99
commit 341d114d99
3 changed files with 221 additions and 194 deletions

View File

@@ -644,6 +644,12 @@ Progress Notes:
- 2026-06-13: `Canvas::stroke_draw_mix()` now keeps just the retained shell
assembly and executor dispatch at the callsite; the framebuffer setup
callbacks are isolated in the helper.
- 2026-06-13: `Canvas::stroke_commit()` now routes the large retained callback
bundle through a local helper, leaving the callsite with sequence planning
and helper invocation.
- 2026-06-13: `Canvas::stroke_commit()` now keeps the commit callback bundle
in a local helper, leaving the callsite with sequence planning and retained
callback invocation only.
- 2026-06-13: `Canvas::stroke_draw_samples()` now reuses a retained destination
texture dispatch helper for the live sample path; `Canvas` still owns the
concrete face textures and callback execution.