Skip to main content

Struct WgpuRenderPassDepthStencilAttachment

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuRenderPassDepthStencilAttachment

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

DepthClearValue

public float DepthClearValue { get; init; }

Property Value

float

DepthLoad

public WgpuLoadOp DepthLoad { get; init; }

Property Value

WgpuLoadOp

DepthReadOnly

public bool DepthReadOnly { get; init; }

Property Value

bool

DepthStore

public WgpuStoreOp DepthStore { get; init; }

Property Value

WgpuStoreOp

StencilClearValue

public uint StencilClearValue { get; init; }

Property Value

uint

StencilLoad

public WgpuLoadOp StencilLoad { get; init; }

Property Value

WgpuLoadOp

StencilReadOnly

public bool StencilReadOnly { get; init; }

Property Value

bool

StencilStore

public WgpuStoreOp StencilStore { get; init; }

Property Value

WgpuStoreOp

View

public WgpuTextureView View { get; init; }

Property Value

WgpuTextureView