blob: 5610af7ee06c957ae5d2c861256b286a12ef7592 [file] [log] [blame]
uniform half a; void main() { sk_FragColor.x = asin(a); }