Texture2D.GetPixels and ComputeBuffer.GetData require synchronous gpu readback, which isn't supported by WebGPU. This requires the use of AsyncGPUReadback, but that can complicate code design. It would be great if GetPixels and GetData worked with WebGPU.