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