Route mask cut composite setup through helper

This commit is contained in:
2026-06-13 05:27:01 +02:00
parent 96a13eec72
commit 76f0061840
3 changed files with 24 additions and 12 deletions

View File

@@ -18,6 +18,11 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-13: DEBT-0036 was narrowed again. `CanvasModeMaskCut::apply`
retained `CompDraw` shader setup now routes through
`legacy_canvas_stroke_composite_services.h`; mask-cut still owns render-task
ordering, framebuffer copy bounds, sampler/texture binding, and draw
execution.
- 2026-06-13: DEBT-0036 was narrowed again. Desktop VR retained temporary erase
and draw shader setup now route through the shared stroke erase/composite
helpers; VR still owns sampler/texture binding, per-eye/view transforms,