blob: 661f61550e97876cf4b64b1b6489ce4fd5d67d39 [file] [log] [blame]
layout(ctype=SkPMColor4f) in uniform half4 color;
half4 main() {
return color;
}