Class ResourceLayoutSection
The resource layout section of effect.
Inherited Members
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public class ResourceLayoutSection : Section
Constructors
ResourceLayoutSection()
Initializes a new instance of the Resource
Declaration
public ResourceLayoutSection()
See Also
Fields
DirectivesGroups
The directives groups.
Declaration
public List<DirectivesGroup> DirectivesGroups
Field Value
Type | Description |
---|---|
List<Directives |
See Also
ResourceLayoutInfo
The resource layout information.
Declaration
public List<GraphicsResourceInfo> ResourceLayoutInfo
Field Value
Type | Description |
---|---|
List<Graphics |
See Also
StructsInfo
The structs information.
Declaration
public List<StructInfo> StructsInfo
Field Value
Type | Description |
---|---|
List<Struct |
See Also
Methods
DirectiveExists(string, out Guid)
Checks if given directive exists.
Declaration
public bool DirectiveExists(string directive, out Guid id)
Parameters
Returns
Type | Description |
---|---|
bool | True if the specified directive exists, otherwise returns false. |