blob: 9a608ee944899091fb0f8e3b3fc57c87ea3b9c34 [file] [log] [blame]
out vec4 sk_FragColor;
in uint a;
void main() {
sk_FragColor.x = uintBitsToFloat(a);
}