blob: c65283cabac1e4e68e00ece7ce0a482d6275a4ac [file] [log] [blame]
SamplerState x_10 : register(s0, space0);
Texture2D<float4> x_20 : register(t1, space0);
void main_1() {
const float4 x_131 = x_20.Sample(x_10, float2(0.0f, 0.0f));
return;
}
void main() {
main_1();
return;
}