blob: c07c54bf5c37d4fb331e36aea3bfb7cfb3a3f8e4 [file] [log] [blame]
dan sinclair69313792024-06-13 20:35:21 +00001
dan sinclair8f1d2762024-07-31 02:35:40 +00002RWTexture1D<int4> arg_0 : register(u0, space1);
3void textureStore_a14041() {
Antonio Maioranod032c622024-09-19 18:20:54 +00004 arg_0[int(1)] = (int(1)).xxxx;
dan sinclair8f1d2762024-07-31 02:35:40 +00005}
6
7void fragment_main() {
8 textureStore_a14041();
9}
10
11[numthreads(1, 1, 1)]
12void compute_main() {
13 textureStore_a14041();
14}
15