Wrap stroke mix shell bundle

This commit is contained in:
2026-06-13 19:21:42 +02:00
parent a428f77db6
commit a6855fca05
5 changed files with 132 additions and 58 deletions

View File

@@ -604,6 +604,10 @@ Progress Notes:
- 2026-06-13: `Canvas::stroke_draw_mix()` now routes the retained mix-pass
shell through `execute_legacy_canvas_stroke_mix_pass_shell(...)`; the live
path still owns the concrete framebuffer bind and GL capability toggles.
- 2026-06-13: `Canvas::stroke_draw_mix()` now routes the combined setup and
request bundle through `make_legacy_canvas_stroke_mix_pass_shell(...)`; the
live path still owns the concrete framebuffer bind and GL capability
toggles.
- 2026-06-13: `Canvas::stroke_draw()` live-pass sampler wiring now reuses a
retained helper builder, and the stroke execution tests cover it. `STR-004`
is now done after the final pad-destination helper extraction and tracker