Contents

simd_make_int3(_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_int3(_ x: Int32, _ y: Int32, _ z: Int32) -> simd_int3

See Also

Functions to Create Three-Element Vectors From Scalar Values