blob: 22624bbc1a82eec88a1c224a4475198eb6e249fe [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = log2(a);
}