Skip to content

Commit 469c346

Browse files
committed
WIP12: disable gpu blend node, needs a separate runtime
1 parent 5bd208e commit 469c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-graph/graster-nodes/src/blending_nodes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub fn apply_blend_mode(foreground: Color, background: Color, blend_mode: BlendM
132132
}
133133
}
134134

135-
#[node_macro::node(category("Raster"), shader_node(PerPixelAdjust))]
135+
#[node_macro::node(category("Raster"), cfg(feature = "std"))]
136136
fn blend<T: Blend<Color> + Send>(
137137
_: impl Ctx,
138138
#[implementations(

0 commit comments

Comments
 (0)