Extract stroke commit callback helper
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user