Chromium WebGPU implementation forces two rules for GPUBufferUsage: - Only `COPY_SRC` is allowed with `MAP_WRITE` - Only `COPY_DST` is allowed with `MAP_READ` Is that a WebGPU spec requirement? FYI I don't see this enforced in Safari WebGPU implementation.
Chromium WebGPU implementation forces two rules for GPUBufferUsage:
COPY_SRCis allowed withMAP_WRITECOPY_DSTis allowed withMAP_READIs that a WebGPU spec requirement?
FYI I don't see this enforced in Safari WebGPU implementation.