blob: 350281eaaf12ae334b2d7ee4621c9537bcd40b17 [file] [log] [blame]
uniform half a; void main() { sk_FragColor.x = sin(a); }