blob: 3c410ca87484645a9ba1e0dc2de7a0653324f804 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
Texture2D arg_0 : register(t0, space1);
SamplerState arg_1 : register(s1, space1);
float textureSample_0dff6c() {
float2 arg_2 = (1.0f).xx;
float res = arg_0.Sample(arg_1, arg_2, (int(1)).xx);
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(textureSample_0dff6c()));
}