2; override workgroupSizeY: u32; // Size of one element in the destination buffer this thread will write to. override gOutputUnitSize: u32; @compute @workgroup_size(workgroupSizeX, workgroupSizeY, 1) fn main (@builtin(global_invocation_id) id : vec3u) {