Table of Contents

Enum DepthStencilClearOptions

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Flags that specify what parts of a Depth-Stencil Buffer to clear when calling Clear(Texture, DepthStencilClearOptions, float, byte).

[Flags]
public enum DepthStencilClearOptions
Extension Methods

Fields

DepthBuffer = 1

Selects the Depth Buffer.

None = 0

Neither the Depth Buffer nor the Stencil Buffer will be cleared.

Stencil = 2

Selects the Stencil Buffer.