Struct WgpuColorTargetState
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuColorTargetState
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Blend
public WgpuBlendState? Blend { get; init; }
Property Value
Format
public WgpuTextureFormat Format { get; init; }
Property Value
WriteMask
public WgpuColorWriteMask WriteMask { get; init; }