blob: 05e9c72c81ff838524a9207538341145932e7702 [file] [log] [blame]
uniform half4 color;
half4 main() {
return color;
}