Route NodeCanvas blend setup through helper

This commit is contained in:
2026-06-13 05:10:37 +02:00
parent 93488d0790
commit ea1557f7ea
4 changed files with 51 additions and 7 deletions

View File

@@ -3000,6 +3000,11 @@ Results:
setup helper for checkerboard grids and final cached-layer texture redraws;
onion-frame traversal, blend copies, texture binding, and draw order remain
retained in the node.
- `NodeCanvas` non-stroke layer blending now shares the retained draw-merge
shader setup helper for `TextureBlend` uniforms, preserving the optional
destination texture uniform when copy-based blending is active. Framebuffer
lifetime, destination copies, texture binding, and draw execution remain
local to the node.
- Canvas thumbnail layer blending now uses the same canvas destination-feedback
plan for framebuffer-fetch versus texture-copy decisions; the thumbnail draw
itself still executes through retained OpenGL canvas code under DEBT-0036.