WebGPUSampledArrayTexture constructor

WebGPUSampledArrayTexture(
  1. dynamic name,
  2. dynamic texture
)

Implementation

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