blob: bf95dab405415334c79e574ac68a540758d1080e [file] [log] [blame]
const half test[4] = half[4](1, 2, 3, 4);
void main() {
sk_FragColor = half4(test[0], test[1], test[2], test[3]);
}