Table of Contents

Class DepthStencilStates

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Known values for DepthStencilStateDescription.

public static class DepthStencilStates
Inheritance
DepthStencilStates

Fields

Default

A built-in state object with default settings for using a depth stencil buffer.

public static readonly DepthStencilStateDescription Default

Field Value

DepthStencilStateDescription

DefaultInverse

A built-in state object with default settings using greater comparison for Z.

public static readonly DepthStencilStateDescription DefaultInverse

Field Value

DepthStencilStateDescription

DepthRead

A built-in state object with settings for enabling a read-only depth stencil buffer.

public static readonly DepthStencilStateDescription DepthRead

Field Value

DepthStencilStateDescription

None

A built-in state object with settings for not using a depth stencil buffer.

public static readonly DepthStencilStateDescription None

Field Value

DepthStencilStateDescription