diff --git a/node-graph/interpreted-executor/src/node_registry.rs b/node-graph/interpreted-executor/src/node_registry.rs index 3a44bf264b..6cc5a49d9f 100644 --- a/node-graph/interpreted-executor/src/node_registry.rs +++ b/node-graph/interpreted-executor/src/node_registry.rs @@ -71,6 +71,12 @@ fn node_registry() -> HashMap>, to: Table>, converter: &WgpuExecutor), #[cfg(feature = "gpu")] convert_node!(from: Table, to: Table>, converter: &WgpuExecutor), + #[cfg(feature = "gpu")] + convert_node!(from: Table, to: Table>, converter: &WgpuExecutor), + #[cfg(feature = "gpu")] + convert_node!(from: Table, to: Table>, converter: &WgpuExecutor), + #[cfg(feature = "gpu")] + convert_node!(from: Table, to: Table>, converter: &WgpuExecutor), // ============= // MONITOR NODES // =============