Search Results for

    Show / Hide Table of Contents

    Class DepthStencilStates

    Default known values for DepthStencilStateDescription.

    Inheritance
    object
    DepthStencilStates
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public static class DepthStencilStates

    Fields

    None

    Depth disabled.

    Declaration
    public static readonly DepthStencilStateDescription None
    Field Value
    Type Description
    DepthStencilStateDescription

    Read

    Depth enabled, but write mask is zero.

    Declaration
    public static readonly DepthStencilStateDescription Read
    Field Value
    Type Description
    DepthStencilStateDescription

    ReadWrite

    Depth enable and write mask enable.

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