Class GlobalSection
The resource layout section of the effect.
Inherited Members
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[] |