blob: 29916304f232864e373af5a44dbd028f677ed505 [file] [log] [blame]
half4 main()
{
float x = sqrt(1.0);
return half4(sample(child_0, float3x3(x, 0.0, 0.0, 0.0, x, 0.0, 0.0, 0.0, 1.0)));
}