DepthFormatΒΆ

enum DepthFormat : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines formats for depth-stencil buffer.

DepthFormat None

Depth-stencil buffer will not be created.

DepthFormat Depth16

16-bit depth buffer.

DepthFormat Depth24

24-bit depth buffer. Equivalent of F:Microsoft.Xna.Framework.Graphics.DepthFormat.Depth24Stencil8 for DirectX platforms.

DepthFormat Depth24Stencil8

32-bit depth-stencil buffer. Where 24-bit depth and 8-bit for stencil used.