blob: 0998a9627109906380fa2dae9891bd79ae0cb4fb [file] [log] [blame]
in half4 a, b; void main() { sk_FragColor.x = lessThanEqual(a, b).x ? 1 : 0; }