ComputeNodeGraph.NodeDefinition.Kind.reinterpret(from:to:)
Reinterpret one type scalar or vector type as another of the same number of size and bytes.
Declaration
case reinterpret(from: ComputeNodeGraph.DataType, to: ComputeNodeGraph.DataType)Discussion
Equivalent to calling Metal’s as_type<>