blob: 0b67e14045314d43497cdfeb611ac56d08e98ae5 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
RWTexture2DArray<float4> arg_0 : register(u0, space1);
float4 textureLoad_dab04f() {
int2 arg_1 = (1).xx;
int arg_2 = 1;
float4 res = arg_0.Load(int3(arg_1, arg_2));
return res;
}
void fragment_main() {
prevent_dce.Store4(0u, asuint(textureLoad_dab04f()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store4(0u, asuint(textureLoad_dab04f()));
return;
}