mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Add the Mask node (#1080)
* Add MaskImageNode Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
@@ -44,7 +44,7 @@ fn map_gpu_single_image(input: Image, node: String) -> Image {
|
||||
nodes: [(
|
||||
0,
|
||||
DocumentNode {
|
||||
name: "Image filter Node".into(),
|
||||
name: "Image Filter".into(),
|
||||
inputs: vec![NodeInput::Network(concrete!(Color))],
|
||||
implementation: DocumentNodeImplementation::Unresolved(identifier),
|
||||
metadata: DocumentNodeMetadata::default(),
|
||||
|
||||
Reference in New Issue
Block a user