mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 16:28:11 +08:00
GPU: add support for N-many input images and not just exactly one
This commit is contained in:
committed by
Keavon Chambers
parent
7a6e4f6f25
commit
953a9312f0
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user