Contents

simd_select(_:_:_:)

Returns a vector that contains elements from either the first or second parameter, based on the corresponding element’s high-order bit in the mask.

Declaration

func simd_select(_ x: simd_float3, _ y: simd_float3, _ mask: simd_int3) -> simd_float3

See Also

Logic Functions