uniform int a;
uniform uint b;
void main() {
sk_FragColor.x = half(bitCount(a));
sk_FragColor.y = half(bitCount(b));
}