blob: ebdc3ba41f886e9fde6bac0b313d0285cc7508ce [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).x;
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(textureSample_0dff6c()));
}