Search Results for

    Show / Hide Table of Contents

    Class GlobalSection

    The resource layout section of the effect.

    Inheritance
    object
    Section
    GlobalSection
    Inherited Members
    Section.RawLines
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public class GlobalSection : Section

    Constructors

    GlobalSection()

    Initializes a new instance of the GlobalSection class.

    Declaration
    public GlobalSection()

    Fields

    Blocks

    The blocks.

    Declaration
    public List<CodeBlock> Blocks
    Field Value
    Type Description
    List<CodeBlock>

    UsedDirectives

    The used directives.

    Declaration
    public string[] UsedDirectives
    Field Value
    Type Description
    string[]

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)

    See Also

    Section
    In this article
    Back to top
    Generated by DocFX