Extract dual shader setup wrapper

This commit is contained in:
2026-06-13 23:12:48 +02:00
parent 2ed469cdc8
commit 2118693c1e
5 changed files with 24 additions and 2 deletions

View File

@@ -757,7 +757,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
### STR-026 - Extract Stroke Draw Dual Pass Shader Setup Wrapper
Status: Ready
Status: Done
Score: +1 renderer boundary and OpenGL parity
Debt: `DEBT-0036`
Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp`
@@ -783,6 +783,12 @@ Validation:
ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-onfailure
```
### Completed Task Log
| Date | Task | Score | Validation | Commit |
| --- | --- | --- | --- | --- |
| 2026-06-13 | STR-026 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-onfailure` | `pending` |
### STR-027 - Extract Stroke Draw Pad Destination Dispatch
Status: Ready