Struct DirectivesCombination
Combination of effect directives.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public struct DirectivesCombination
Constructors
DirectivesCombination(Directive[])
Initializes a new instance of the DirectivesCombination struct.
Declaration
public DirectivesCombination(Directive[] combination)
Parameters
Type | Name | Description |
---|---|---|
Directive[] | combination | Array of directive combinations. |
Fields
Combination
The combination.
Declaration
public Directive[] Combination
Field Value
Type | Description |
---|---|
Directive[] |