blob: 54ffd37ec7e8c5991c0ad4684ccfb53990e8719a [file] [log] [blame]
James Pricea6287df2023-08-11 00:45:54 +00001RWTexture1D<float4> arg_0 : register(u0, space1);
James Price807f3ef2023-08-11 00:45:54 +00002
James Pricea6287df2023-08-11 00:45:54 +00003void textureStore_09e4d5() {
4 arg_0[1u] = (1.0f).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_09e4d5();
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_09e4d5();
James Pricea6287df2023-08-11 00:45:54 +000015 return;
James Price807f3ef2023-08-11 00:45:54 +000016}