In v27.0.2.0, when trying to use pass-through shaders I get the following error:
Validation Error
Caused by:
In wgpuDeviceCreateShaderModuleSpirV
Features Features { features_wgpu: FeaturesWGPU(EXPERIMENTAL_PASSTHROUGH_SHADERS), features_webgpu: FeaturesWebGPU(0x0) } are required but not enabled on the device
even though SpirvShaderPassthrough was required during device creation, which didn't fail.