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