blob: c821b0df9ca87c59ea4abdc19556f2810a4574f2 [file] [log] [blame]
James Pricea6287df2023-08-11 00:45:54 +00001RWTexture2D<int4> arg_0 : register(u0, space1);
James Price807f3ef2023-08-11 00:45:54 +00002
James Pricea6287df2023-08-11 00:45:54 +00003void textureStore_bcc97a() {
4 int2 arg_1 = (1).xx;
5 int4 arg_2 = (1).xxxx;
6 arg_0[arg_1] = arg_2;
James Price807f3ef2023-08-11 00:45:54 +00007}
8
James Pricea6287df2023-08-11 00:45:54 +00009void fragment_main() {
James Price807f3ef2023-08-11 00:45:54 +000010 textureStore_bcc97a();
James Pricea6287df2023-08-11 00:45:54 +000011 return;
James Price807f3ef2023-08-11 00:45:54 +000012}
13
James Pricea6287df2023-08-11 00:45:54 +000014[numthreads(1, 1, 1)]
15void compute_main() {
James Price807f3ef2023-08-11 00:45:54 +000016 textureStore_bcc97a();
James Pricea6287df2023-08-11 00:45:54 +000017 return;
James Price807f3ef2023-08-11 00:45:54 +000018}