Vixen
02b45cc4
csharp
public enum WgpuTextureViewDimension

How 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)

  • Undefined

    Whatever the texture is.

  • Dimension1D

    A line of texels.

  • Dimension2D

    One 2D image.

  • Dimension2DArray

    An array of 2D images.

  • Cube

    Six faces.

  • CubeArray

    An array of cubes.

  • Dimension3D

    A volume.

Used by (6)

  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU
  • WgpuTextureViewDescriptorVixen.Graphics.WebGPU