Contents

simd_make_half3(_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_half3(_ x: Float16, _ y: Float16, _ z: Float16) -> simd_half3

See Also

Functions to create three-element vectors from scalar values