blob: 532fef19ff8bd1629eced575ff7b773f5aef257c [file] [log] [blame]
in fragmentProcessor child;
uniform float3x3 matrix;
half4 main() {
return sample(child, 0.5 * matrix);
}