blob: e7b6594df88c4c5ccdecf8dda63738806df8a882 [file] [log] [blame]
/*#pragma settings UsesPrecisionModifiers*/
void main() {
half x = 0.75;
float y = 1;
x++;
y++;
sk_FragColor.rg = half2(x, half(y));
}