Skip to main content
type alias GPUTextureViewDimension
private

Definition

"1d"
| "2d"
| "2d-array"
| "cube"
| "cube-array"
| "3d"
Back to top