Struct WgpuTextureDescriptor
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuTextureDescriptor
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Dimension
public WgpuTextureDimension 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
SampleCount
public uint SampleCount { get; init; }
Property Value
Size
public WgpuExtent3D Size { get; init; }
Property Value
Usage
public WgpuTextureUsage Usage { get; init; }
Property Value
ViewFormats
public IReadOnlyList<WgpuTextureFormat>? ViewFormats { get; init; }