Since https://github.com/gpuweb/gpuweb/pull/4631, (single-layer) 2d-array views are renderable but if the texture is multisampled, view creation is not possible. `createView()` validation: > If this.[sampleCount](https://www.w3.org/TR/webgpu/#dom-gputexture-samplecount) > 1, descriptor.[dimension](https://www.w3.org/TR/webgpu/#dom-gputextureviewdescriptor-dimension) must be ["2d"](https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-2d).