Skip to main content

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

WgpuColor

Load

public WgpuLoadOp Load { get; init; }

Property Value

WgpuLoadOp

ResolveTarget

public WgpuTextureView? ResolveTarget { get; init; }

Property Value

WgpuTextureView?

Store

public WgpuStoreOp Store { get; init; }

Property Value

WgpuStoreOp

View

public WgpuTextureView View { get; init; }

Property Value

WgpuTextureView