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