blob: 1516c42a52d3d68b734386deeec2f0a92512686f [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
TextureCube arg_0 : register(t0, space1);
SamplerState arg_1 : register(s1, space1);
float textureSample_ea7030() {
float3 arg_2 = (1.0f).xxx;
float res = arg_0.Sample(arg_1, arg_2);
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(textureSample_ea7030()));
}