blob: 2445782eade62bae14909ebd30b4a63e256cc0f2 [file] [log] [blame]
void main() {
float x = 0.5, y = x * 2;
sk_FragColor = half4(half(y));
}