Search Results for

    Show / Hide Table of Contents

    Enum CompilationMode

    An enumeration.

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

    Fields

    Name Description
    Debug

    Shaders are compiled with debugging information.

    None

    Shaders are compiled without specific parameters.

    Release

    Shaders are compiled with optimization.

    Extension Methods

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