@group(0) @binding(0) var tex: texture_2d; @group(0) @binding(1) var tex_storage: texture_storage_2d; @compute @workgroup_size(1) fn main(@builtin(global_invocation_id) global_id: vec3) { }