blob: 897ec7b9cf84f290d28008503c48266da5ac16fc [file] [log] [blame]
struct Varyings_0
{
float2 position;
float4 color;
};
float2 main(const Varyings_0 vary)
{
return float2(child_0.eval(half4(vary.color)).xy);
}