blob: f8a806f4d9a307be626a4e93941a56e635dc2c4f [file] [log] [blame]
James Pricea6287df2023-08-11 00:45:54 +00001RWTexture3D<int4> arg_0 : register(u0, space1);
James Price807f3ef2023-08-11 00:45:54 +00002
James Pricea6287df2023-08-11 00:45:54 +00003void textureStore_a5b88e() {
4 arg_0[(1u).xxx] = (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_a5b88e();
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_a5b88e();
James Pricea6287df2023-08-11 00:45:54 +000015 return;
James Price807f3ef2023-08-11 00:45:54 +000016}