protected extern bvec4 equal(uivec4 x, uivec4 y);
 protected extern bvec4 notEqual(uivec4 x, uivec4 y);
 protected extern bvec4 greaterThanEqual(uivec4 x, uivec4 y);
 protected extern bvec4 lessThanEqual(uivec4 x, uivec4 y);
 protected extern uivec4 clamp(uivec4 x, uint minVal, uint maxVal);
 protected extern uivec4 max(uivec4 x, uint y);
 protected extern uivec4 min(uivec4 x, uint y);