setUniformValue(_:for:)
Sets the value of a uniform to a BitwiseCopyable typed value.
Declaration
mutating func setUniformValue<V>(_ value: V, for handle: ComputeGraphComponent.UniformHandle) where V : BitwiseCopyableParameters
- value:
The value to write.
- handle:
The handle identifying the target uniform.