Ben Clayton | 448c01b | 2024-02-28 00:23:17 +0000 | [diff] [blame] | 1 | enable chromium_internal_graphite; |
2 | |||||
3 | @group(1) @binding(0) var arg_0 : texture_storage_3d<r8unorm, read_write>; | ||||
4 | |||||
5 | fn textureStore_803a10() { | ||||
6 | textureStore(arg_0, vec3<u32>(1u), vec4<f32>(1.0f)); | ||||
7 | } | ||||
8 | |||||
Ben Clayton | 448c01b | 2024-02-28 00:23:17 +0000 | [diff] [blame] | 9 | @fragment |
10 | fn fragment_main() { | ||||
11 | textureStore_803a10(); | ||||
12 | } | ||||
13 | |||||
14 | @compute @workgroup_size(1) | ||||
15 | fn compute_main() { | ||||
16 | textureStore_803a10(); | ||||
17 | } |