blob: 9fe6d996c95c012fba0423c04cbff7fdf60db3bb [file] [log] [blame]
uniform float3x3 matrix;
half4 main()
{
return half4(sample(child_0, matrix));
}