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