Search Results for

    Show / Hide Table of Contents

    Enum ClearFlags

    Specifies the clearing modes for FrameBuffer.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum ClearFlags

    Fields

    Name Description
    All

    Clears color, depth, and stencil targets.

    Depth

    Clears the depth target.

    None

    Do not clear.

    Stencil

    Clears the stencil target

    Target

    Clears the color target.

    Extension Methods

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