Skip to main content
type alias GPUTextureViewDimension
definition:
| "1d"
| "2d"
| "2d-array"
| "cube"
| "cube-array"
| "3d"