Need to add a high level check to confirm that value for storage class is valid in WebGPU exec env.
Storage Class must be one of the following:
- UniformConstant
- Uniform
- StorageBuffer (no BufferBlock)
- Input
- Output
- Image
- Workgroup
- PushConstant, if WebGPU supports them: WebGPU Issue 75
- Private
- Function