This was recently added in gpuweb/gpuweb#5526.
Naga should accept the relevant texture_storage types if and only if the language extension is available.
This actually may be relatively trivial, in that we already parse the types and can just report support for the extension. However, it seems like there is potential for confusion if we report support for the texture_formats_tier1 language extension while not actually supporting the texture-formats-tier1 adapter feature (#8122).
This was recently added in gpuweb/gpuweb#5526.
Naga should accept the relevant
texture_storagetypes if and only if the language extension is available.This actually may be relatively trivial, in that we already parse the types and can just report support for the extension. However, it seems like there is potential for confusion if we report support for the
texture_formats_tier1language extension while not actually supporting thetexture-formats-tier1adapter feature (#8122).