1
2out vec4 sk_FragColor;
3uniform float a;
4void main() {
5    sk_FragColor.x = float(floatBitsToUint(a));
6}
7