blob: b3bd729180d83e2dbc02caba13c343cd11fd2ae0 [file] [log] [blame]
/*#pragma settings UsesPrecisionModifiers ForceHighPrecision*/
void main() { half x = half(sqrt(1));
half4 y = half4(x);
sk_FragColor = y;
}