blob: f26e26e11f6f472c34f849e1bdde60feb91ce46f [file] [log] [blame]
uniform fragmentProcessor child;
half4 main()
{
return half4(sample(child, float3x3(2.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0)));
}