Table of Contents

Enum DepthFormat

Namespace
SharpDX.Toolkit.Graphics
Assembly
HelixToolkit.SharpDX.dll

Defines the format of data in a depth-stencil buffer.

public enum DepthFormat
Extension Methods

Fields

Depth16 = 55

A buffer that contains 16-bits of depth data.

Depth24Stencil8 = 45

A 32 bit buffer that contains 24 bits of depth data and 8 bits of stencil data.

Depth32 = 40

A buffer that contains 32-bits of depth data.

Depth32Stencil8X24 = 20

A double 32 bit buffer that contains 32 bits of depth data and 8 bits padded with 24 zero bits of stencil data.

None = 0

No depth stencil buffer.