Add stroke sampler dispatch helper coverage

This commit is contained in:
2026-06-13 16:54:27 +02:00
parent f0cc49396e
commit 818f2b10ad
2 changed files with 36 additions and 0 deletions

View File

@@ -509,6 +509,11 @@ Done Checks:
Progress Notes:
- 2026-06-13: `pp_paint_renderer_stroke_execution_tests` now covers the new
retained sampler dispatch helper builder and its pattern bind/unbind wiring.
Next slice should target another narrow `stroke_draw()` seam or another
helper-builder regression without reopening landed texture or dual-pass
helpers.
- 2026-06-13: `Canvas::stroke_draw()` live-pass sampler dispatch now reuses a
retained helper builder for brush-tip, destination, pattern, and mixer
sampler callbacks; the live adapter still owns the concrete sampler objects.