blob: 3de01e33bb0c51df26c4ff11c825006950b1ed0a [file] [log] [blame]
uniform shader child;
uniform float3x3 matrix;
half4 main() {
return sample(child, matrix);
}