Struct WgpuDepthStencilState
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuDepthStencilState
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
BiasClamp
public float BiasClamp { get; init; }
Property Value
BiasConstant
public int BiasConstant { get; init; }
Property Value
BiasSlopeScale
public float BiasSlopeScale { get; init; }
Property Value
DepthCompare
public WgpuCompareFunction DepthCompare { get; init; }
Property Value
DepthWriteEnabled
public bool DepthWriteEnabled { get; init; }
Property Value
Format
public WgpuTextureFormat Format { get; init; }
Property Value
StencilBack
public WgpuStencilFaceState StencilBack { get; init; }
Property Value
StencilFront
public WgpuStencilFaceState StencilFront { get; init; }
Property Value
StencilReadMask
public uint StencilReadMask { get; init; }
Property Value
StencilWriteMask
public uint StencilWriteMask { get; init; }