mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Rename several node graph structs/fields
This commit is contained in:
parent
d082b15abb
commit
c5ed54cbd2
18 changed files with 379 additions and 380 deletions
|
@ -381,9 +381,9 @@ pub struct MapGpuSingleImageNode<N> {
|
|||
#[node_macro::node_fn(MapGpuSingleImageNode)]
|
||||
fn map_gpu_single_image(input: Image<Color>, node: String) -> Image<Color> {
|
||||
use graph_craft::document::*;
|
||||
use graph_craft::NodeIdentifier;
|
||||
use graph_craft::ProtoNodeIdentifier;
|
||||
|
||||
let identifier = NodeIdentifier { name: std::borrow::Cow::Owned(node) };
|
||||
let identifier = ProtoNodeIdentifier { name: std::borrow::Cow::Owned(node) };
|
||||
|
||||
let network = NodeNetwork {
|
||||
inputs: vec![0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue