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