#import "../../../example/src/more-shader-files/reachme" as reachme @group(0) @binding(0) var rts: array; @compute @workgroup_size(1) fn main(@builtin(global_invocation_id) id: vec3) { // buffer[id.x] *= 2 * other::ONE; }