WebGPUSampledArrayTexture constructor
      
      WebGPUSampledArrayTexture(
    
    
- dynamic name,
- dynamic texture
Implementation
WebGPUSampledArrayTexture(name, texture) : super(name, texture) {
  this.dimension = GPUTextureViewDimension.TwoDArray;
}