gpuweb/spirv-execution-env

disallow ConstOffset on 1D images

dneto0 opened this issue · 0 comments

Vulkan allows that, but WGSL does not.

In WGSL, ConstOffset is only allowed with 2D, 2D Array, 3D textures.