James Price | 807f3ef | 2023-08-11 00:45:54 +0000 | [diff] [blame] | 1 | @group(1) @binding(0) var arg_0 : texture_storage_2d_array<rgba16uint, read_write>; |
2 | |||||
3 | fn textureStore_aedea3() { | ||||
4 | textureStore(arg_0, vec2<u32>(1u), 1i, vec4<u32>(1u)); | ||||
5 | } | ||||
6 | |||||
James Price | 807f3ef | 2023-08-11 00:45:54 +0000 | [diff] [blame] | 7 | @fragment |
8 | fn fragment_main() { | ||||
9 | textureStore_aedea3(); | ||||
10 | } | ||||
11 | |||||
12 | @compute @workgroup_size(1) | ||||
13 | fn compute_main() { | ||||
14 | textureStore_aedea3(); | ||||
15 | } |