Struct WgpuStencilFaceState
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuStencilFaceState
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Compare
public WgpuCompareFunction Compare { get; init; }
Property Value
DepthFail
public WgpuStencilOperation DepthFail { get; init; }
Property Value
Fail
public WgpuStencilOperation Fail { get; init; }
Property Value
Pass
public WgpuStencilOperation Pass { get; init; }