Add compute pipeline test

This commit is contained in:
Dennis Kobert 2023-06-17 17:20:22 +02:00 committed by Keavon Chambers
parent e03da35a83
commit 21c62ace64
8 changed files with 11 additions and 13 deletions

View file

@ -310,7 +310,7 @@ fn node_registry() -> HashMap<NodeIdentifier, HashMap<NodeIOTypes, NodeConstruct
},
NodeIOTypes::new(
concrete!(ImageFrame<Color>),
concrete!(SurfaceFrame),
concrete!(ImageFrame<Color>),
vec![fn_type!(graph_craft::document::DocumentNode), fn_type!(WasmEditorApi)],
),
)],