Route canvas mode and preview texture setup through helpers
This commit is contained in:
@@ -18,6 +18,14 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
|
||||
## Recent Reductions
|
||||
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `CanvasModeTransform::on_Draw`
|
||||
and `CanvasModeFloodFill::on_Draw` retained `Texture` shader setup now route
|
||||
through `legacy_canvas_draw_merge_services.h`; the mode paths still own
|
||||
active texture selection, sampler/texture binding, and draw execution.
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `NodeStrokePreview::draw`
|
||||
retained preview `Texture` shader setup now routes through
|
||||
`legacy_canvas_draw_merge_services.h`; the node still owns preview texture
|
||||
binding, sampler binding, and draw execution.
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `NodeViewport` retained preview
|
||||
draw and `NodePanelGrid` sun-overlay `Texture` shader setup now route
|
||||
through `legacy_canvas_draw_merge_services.h`; the node paths still own
|
||||
|
||||
Reference in New Issue
Block a user