namedUniforms
Uniforms that are named and exposed as parameters of this graph, keyed by name.
Declaration
var namedUniforms: [String : ComputeNodeGraph.Assembly.UniformBinding] { get }Discussion
Unlike sharedUniforms, named uniforms are local to this graph and not shared with other graphs.