Skip to content

Commit c5af826

Browse files
committed
shader-rt: disable gpu blend node, needs two images
1 parent 46ab5cd commit c5af826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)