Search Results for

    Show / Hide Table of Contents

    Enum DepthStencilStateEnum

    The default values for the depth stencil state.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum DepthStencilStateEnum : byte

    Fields

    Name Description
    Custom

    Custom value.

    None

    Disables the depth

    Read

    Depth enabled but write mask set to zero.

    ReadAndWrite

    Depth enable and write mask enable.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX