uniform half4 colorGreen;
half4 blocky(half4 c) {
{
return c;
}
half4 main() {
return blocky(colorGreen);