blob: 6b23d5dc9a4f70deb74ce887094078adc4b8c1e6 [file] [log] [blame]
uniform fragmentProcessor child;
uniform float3x3 matrix;
half4 main()
{
return half4(sample(child, matrix));
}