From be7833415c06ee0a0cae3d94c2f5adf72415cc8c Mon Sep 17 00:00:00 2001 From: firestar99 Date: Tue, 19 Aug 2025 16:40:08 +0200 Subject: [PATCH] shader-rt: disable gpu blend node, needs two images --- node-graph/graster-nodes/src/blending_nodes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-graph/graster-nodes/src/blending_nodes.rs b/node-graph/graster-nodes/src/blending_nodes.rs index 182f6a802..13f93773d 100644 --- a/node-graph/graster-nodes/src/blending_nodes.rs +++ b/node-graph/graster-nodes/src/blending_nodes.rs @@ -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 + Send>( _: impl Ctx, #[implementations(