void colorMask(bool v0, bool v1, bool v2, bool v3) { return glColorMask(v0 ? 1 : 0, v1 ? 1 : 0, v2 ? 1 : 0, v3 ? 1 : 0); }