blob: 979ea15186beb40d1811f7115562dfe8c648caeb [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
RWTexture2D<uint4> arg_0 : register(u0, space1);
uint4 textureLoad_a3733f() {
int2 arg_1 = (int(1)).xx;
uint4 res = uint4(arg_0.Load(int3(int2(arg_1), int(0))));
return res;
}
void fragment_main() {
prevent_dce.Store4(0u, textureLoad_a3733f());
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store4(0u, textureLoad_a3733f());
}