Skip to main content

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

float

BiasConstant

public int BiasConstant { get; init; }

Property Value

int

BiasSlopeScale

public float BiasSlopeScale { get; init; }

Property Value

float

DepthCompare

public WgpuCompareFunction DepthCompare { get; init; }

Property Value

WgpuCompareFunction

DepthWriteEnabled

public bool DepthWriteEnabled { get; init; }

Property Value

bool

Format

public WgpuTextureFormat Format { get; init; }

Property Value

WgpuTextureFormat

StencilBack

public WgpuStencilFaceState StencilBack { get; init; }

Property Value

WgpuStencilFaceState

StencilFront

public WgpuStencilFaceState StencilFront { get; init; }

Property Value

WgpuStencilFaceState

StencilReadMask

public uint StencilReadMask { get; init; }

Property Value

uint

StencilWriteMask

public uint StencilWriteMask { get; init; }

Property Value

uint