blob: 722e0b1bfb96e278639fc262bc93fb4baee61941 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
RWTexture3D<uint4> arg_0 : register(u0, space1);
uint4 textureLoad_3cfb9c() {
int3 arg_1 = (int(1)).xxx;
uint4 res = uint4(arg_0.Load(int4(int3(arg_1), int(0))));
return res;
}
void fragment_main() {
prevent_dce.Store4(0u, textureLoad_3cfb9c());
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store4(0u, textureLoad_3cfb9c());
}