blob: 80f3d949fed0a67a1ccc73cba3f33457308bd8db [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_8cd841() {
arg_0[int3((1).xx, int(1u))] = (1u).xxxx;
}
void fragment_main() {
textureStore_8cd841();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_8cd841();
return;
}