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
BaseArrayLayer
public uint BaseArrayLayer { get; init; }
Property Value
BaseMipLevel
public uint BaseMipLevel { get; init; }
Property Value
Dimension
public WgpuTextureViewDimension Dimension { get; init; }
Property Value
Format
public WgpuTextureFormat Format { get; init; }
Property Value
Label
public string? Label { get; init; }
Property Value
MipLevelCount
public uint? MipLevelCount { get; init; }
Property Value
uint?