Contents

setUniform(_:)

Stores a uniform value, replacing any previously stored value of the same type.

Declaration

func setUniform<V>(_ value: borrowing V) where V : BitwiseCopyable

Parameters

  • value:

    The value to store. Must conform to BitwiseCopyable.