uniform(_:)
Returns the stored uniform value for the given type, or nil if none has been set.
Declaration
func uniform<V>(_ type: V.Type) -> V? where V : BitwiseCopyableParameters
- type:
The
BitwiseCopyabletype to retrieve.
Return Value
The stored value, or nil.