setUniform(_:)
Stores a uniform value, replacing any previously stored value of the same type.
Declaration
func setUniform<V>(_ value: borrowing V) where V : BitwiseCopyableParameters
- value:
The value to store. Must conform to
BitwiseCopyable.
Stores a uniform value, replacing any previously stored value of the same type.
func setUniform<V>(_ value: borrowing V) where V : BitwiseCopyableThe value to store. Must conform to BitwiseCopyable.