Struct WgpuRenderPassColorAttachment
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuRenderPassColorAttachment
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
ClearColor
public WgpuColor ClearColor { get; init; }
Property Value
Load
public WgpuLoadOp Load { get; init; }
Property Value
ResolveTarget
public WgpuTextureView? ResolveTarget { get; init; }
Property Value
Store
public WgpuStoreOp Store { get; init; }
Property Value
View
public WgpuTextureView View { get; init; }