blob: 3baa20174aa7de65b4f83f10b76f45ec5efc60a0 [file] [log] [blame]
out vec4 sk_FragColor;
uniform float a;
void main() {
sk_FragColor.x = log(a);
}