DepthStencilState.None Field

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

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public static readonly DepthStencilState None

This built-in state object has the following settings:

DepthBufferEnable = false,
DepthBufferWriteEnable = false,

Xbox 360, Windows 7, Windows Vista, Windows XP

Community Additions

ADD
Show: