blob: 7e9f325ab53be2a0b65a32286f58a05a5baab62c [file] [log] [blame]
RWTexture2D<int4> arg_0 : register(u0, space1);
void textureStore_63f34a() {
arg_0[(1u).xx] = (1).xxxx;
}
void fragment_main() {
textureStore_63f34a();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_63f34a();
}