Skip to main content

Struct WgpuTextureViewDescriptor

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuTextureViewDescriptor

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

ArrayLayerCount

public uint? ArrayLayerCount { get; init; }

Property Value

uint?

Aspect

public WgpuTextureAspect Aspect { get; init; }

Property Value

WgpuTextureAspect

BaseArrayLayer

public uint BaseArrayLayer { get; init; }

Property Value

uint

BaseMipLevel

public uint BaseMipLevel { get; init; }

Property Value

uint

Dimension

public WgpuTextureViewDimension Dimension { get; init; }

Property Value

WgpuTextureViewDimension

Format

public WgpuTextureFormat Format { get; init; }

Property Value

WgpuTextureFormat

Label

public string? Label { get; init; }

Property Value

string?

MipLevelCount

public uint? MipLevelCount { get; init; }

Property Value

uint?