Search Results for

    Show / Hide Table of Contents

    Class DepthStencilStates

    Default known values for DepthStencilStateDescription.

    Inheritance
    object
    DepthStencilStates
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class DepthStencilStates

    Fields

    None

    Depth disable.

    Declaration
    public static readonly DepthStencilStateDescription None
    Field Value
    Type Description
    DepthStencilStateDescription

    Read

    Depth enable but writemask zero.

    Declaration
    public static readonly DepthStencilStateDescription Read
    Field Value
    Type Description
    DepthStencilStateDescription

    ReadWrite

    Depth enable and writemask enable.

    Declaration
    public static readonly DepthStencilStateDescription ReadWrite
    Field Value
    Type Description
    DepthStencilStateDescription
    In This Article
    Back to top
    Generated by DocFX