GPU: add support for N-many input images and not just exactly one

This commit is contained in:
firestar99
2026-06-07 20:39:30 -07:00
committed by Keavon Chambers
parent 7a6e4f6f25
commit 953a9312f0
3 changed files with 94 additions and 74 deletions
@@ -141,7 +141,7 @@ pub fn apply_blend_mode(foreground: Color, background: Color, blend_mode: BlendM
}
}
#[node_macro::node(category("Raster"), cfg(feature = "std"))]
#[node_macro::node(category("Raster"), shader_node(PerPixelAdjust))]
fn mix<T: Blend<Color> + Send>(
_: impl Ctx,
#[implementations(