blob: a873416e5dacbf827b780d2a99e7c3ad8cc355ee [file] [log] [blame]
RWTexture1D<int4> arg_0 : register(u0, space1);
void textureStore_4483e7() {
arg_0[1u] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_4483e7();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_4483e7();
}