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