Contents

simd_make_uint4(_:_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_uint4(_ x: UInt32, _ y: UInt32, _ z: UInt32, _ w: UInt32) -> simd_uint4

See Also

Functions to Create Four-Element Vectors From Scalar Values