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