Example #1
0
 /// <summary>
 /// Returns a hvec3 from component-wise application of Min (Half.Min(lhs, rhs)).
 /// </summary>
 public static Half Min(Half lhs, Half rhs) => Half.Min(lhs, rhs);