Vixen
02b45cc4
csharp
public readonly record struct WgpuTextureViewDescriptor

What to create a view of a texture as.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (8)

  • public WgpuTextureFormat Format

    The format to read it as.

  • public WgpuTextureViewDimension Dimension

    How to read it.

  • public int BaseMipLevel

    The first mip level.

  • public int MipLevelCount

    How many levels.

  • public int BaseArrayLayer

    The first array layer.

  • public int ArrayLayerCount

    How many layers.

  • public WgpuTextureAspect Aspect

    Which planes.

  • public string Label

    A name for the debugger.

Methods (1)

Used by (3)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU