Contents

simd_make_uint3(_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_uint3(_ x: UInt32, _ y: UInt32, _ z: UInt32) -> simd_uint3

See Also

Functions to Create Three-Element Vectors From Scalar Values