bgra8unorm storage textures without bgra8unorm-storage...
if you have @group(0) @binding(0) var tex: texture_storage_2d<bgra8unorm, read>; But you have not requested the 'bgra8unorm-storage' feature, you don't get WGSL error at shader module creation time. This seems inconsistent with the idea ...