shader-rt: disable gpu blend node, needs two images

This commit is contained in:
firestar99 2025-08-19 16:40:08 +02:00
parent 27efdecb82
commit be7833415c

View file

@ -132,7 +132,7 @@ pub fn apply_blend_mode(foreground: Color, background: Color, blend_mode: BlendM
}
}
#[node_macro::node(category("Raster"), shader_node(PerPixelAdjust))]
#[node_macro::node(category("Raster"), cfg(feature = "std"))]
fn blend<T: Blend<Color> + Send>(
_: impl Ctx,
#[implementations(