blob: 477d6966bee9dcfd32504a59bc6c42ed9b997fd9 [file] [log] [blame]
dan sinclair69313792024-06-13 20:35:21 +00001
dan sinclair8f1d2762024-07-31 02:35:40 +00002RWTexture2DArray<uint4> arg_0 : register(u0, space1);
3void textureStore_158cf0() {
dan sinclaird42e0e92024-09-19 21:49:20 +00004 arg_0[uint3((1u).xx, uint(1u))] = (1u).xxxx;
dan sinclair8f1d2762024-07-31 02:35:40 +00005}
6
7void fragment_main() {
8 textureStore_158cf0();
9}
10
11[numthreads(1, 1, 1)]
12void compute_main() {
13 textureStore_158cf0();
14}
15