Struct WgpuTextureBindingLayout
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuTextureBindingLayout
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Dimension
public WgpuTextureViewDimension Dimension { get; init; }
Property Value
Multisampled
public bool Multisampled { get; init; }
Property Value
SampleType
public WgpuTextureSampleType SampleType { get; init; }