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