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
DepthLoad
public WgpuLoadOp DepthLoad { get; init; }
Property Value
DepthReadOnly
public bool DepthReadOnly { get; init; }
Property Value
DepthStore
public WgpuStoreOp DepthStore { get; init; }
Property Value
StencilClearValue
public uint StencilClearValue { get; init; }
Property Value
StencilLoad
public WgpuLoadOp StencilLoad { get; init; }
Property Value
StencilReadOnly
public bool StencilReadOnly { get; init; }
Property Value
StencilStore
public WgpuStoreOp StencilStore { get; init; }
Property Value
View
public WgpuTextureView View { get; init; }