Add main stroke texture dispatch helper coverage

This commit is contained in:
2026-06-13 16:55:18 +02:00
parent 818f2b10ad
commit 0aa0ac4497
2 changed files with 34 additions and 0 deletions

View File

@@ -509,6 +509,10 @@ Done Checks:
Progress Notes:
- 2026-06-13: `pp_paint_renderer_stroke_execution_tests` now also covers the
new retained main-pass texture dispatch helper builder and its pattern/mixer
wiring. Next slice should target another narrow `stroke_draw()` seam or stop
once the remaining inline code is just trivial binding glue.
- 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