Vixen
02b45cc4
csharp
public readonly record struct WgpuTextureDescriptor

What to create a WebGPU texture as.

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

Fields and properties (9)

  • public WgpuTextureFormat Format

    Its format.

  • public int Width

    Its width in texels.

  • public int Height

    Its height in texels.

  • public int DepthOrArrayLayers

    Its depth, or its array layer count.

  • public int MipLevelCount

    How many mip levels.

  • public int SampleCount

    How many samples per texel.

  • public WgpuTextureDimension Dimension

    Its shape.

  • public WgpuTextureUsage Usage

    Everything it will be used for.

  • public string Label

    A name for the debugger.

Methods (1)

Used by (5)

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