blob: 0c563835c466d02aa702941e12ceaeb2188e11b7 [file] [log] [blame]
Texture2D<float4> arg_0 : register(t0, space1);
SamplerState arg_1 : register(s1, space1);
RWByteAddressBuffer prevent_dce : register(u0, space2);
void textureSample_85c4ba() {
float4 res = arg_0.Sample(arg_1, (1.0f).xx, int2((1).xx));
prevent_dce.Store4(0u, asuint(res));
}
void fragment_main() {
textureSample_85c4ba();
return;
}