1uniform shader myShader;float2 main(const Varyings a){return float2(myShader.eval(a.position).xy);} 2