csharp
public enum WgpuTextureViewDimensionHow a WebGPU texture view is read.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
UndefinedWhatever the texture is.
Dimension1DA line of texels.
Dimension2DOne 2D image.
Dimension2DArrayAn array of 2D images.
CubeSix faces.
CubeArrayAn array of cubes.
Dimension3DA volume.
Used by (6)
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU
- WgpuTextureViewDescriptorVixen.Graphics.WebGPU