Fix and clean up typing-related flaws with the Math category of nodes

This commit is contained in:
Keavon Chambers
2025-09-18 16:37:01 -07:00
parent 7e3ab78ea4
commit 9d15e56ce1
6 changed files with 112 additions and 96 deletions

View File

@@ -57,6 +57,10 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
#[cfg(feature = "gpu")]
into_node!(from: &WasmEditorApi, to: &WgpuExecutor),
convert_node!(from: String, to: String),
convert_node!(from: bool, to: String),
convert_node!(from: DVec2, to: String),
convert_node!(from: IVec2, to: String),
convert_node!(from: DAffine2, to: String),
// =============
// MONITOR NODES
// =============