csharp
public readonly record struct WgpuTextureViewDescriptorWhat 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 FormatThe format to read it as.
public WgpuTextureViewDimension DimensionHow to read it.
public int BaseMipLevelThe first mip level.
public int MipLevelCountHow many levels.
public int BaseArrayLayerThe first array layer.
public int ArrayLayerCountHow many layers.
public WgpuTextureAspect AspectWhich planes.
public string LabelA name for the debugger.
Methods (1)
public WgpuTextureViewDescriptor(WgpuTextureFormat Format, WgpuTextureViewDimension Dimension, int BaseMipLevel, int MipLevelCount, int BaseArrayLayer, int ArrayLayerCount, WgpuTextureAspect Aspect, string Label = "")What to create a view of a texture as.
Used by (3)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU