blob: 0eb69831038086079c408c11aced9a7848c97194 [file] [log] [blame]
James Pricea6287df2023-08-11 00:45:54 +00001RWTexture1D<int4> arg_0 : register(u0, space1);
James Price807f3ef2023-08-11 00:45:54 +00002
James Pricea6287df2023-08-11 00:45:54 +00003void textureStore_a14041() {
4 arg_0[1] = (1).xxxx;
James Price807f3ef2023-08-11 00:45:54 +00005}
6
James Pricea6287df2023-08-11 00:45:54 +00007void fragment_main() {
James Price807f3ef2023-08-11 00:45:54 +00008 textureStore_a14041();
James Pricea6287df2023-08-11 00:45:54 +00009 return;
James Price807f3ef2023-08-11 00:45:54 +000010}
11
James Pricea6287df2023-08-11 00:45:54 +000012[numthreads(1, 1, 1)]
13void compute_main() {
James Price807f3ef2023-08-11 00:45:54 +000014 textureStore_a14041();
James Pricea6287df2023-08-11 00:45:54 +000015 return;
James Price807f3ef2023-08-11 00:45:54 +000016}