Move image texture node state mapping to renderer gl

This commit is contained in:
2026-06-02 08:15:36 +02:00
parent 2a3402e991
commit 3823a612ae
3 changed files with 8 additions and 3 deletions

View File

@@ -436,6 +436,8 @@ mapping to `pp_renderer_gl`.
`NodeViewport` preview rendering now also delegates viewport query,
clear-color query, color-buffer clear mask, and blend-state tokens to
`pp_renderer_gl`.
`NodeImageTexture` preview drawing now delegates its fallback 2D texture bind
target and blend-state tokens to `pp_renderer_gl`.
The existing renderer classes are not yet fully
behind the renderer interfaces.