Class StructInfo
Struct graphic resource information.
Inherited Members
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public class StructInfo
Constructors
StructInfo(string, string, List<StructInfo>)
Initializes a new instance of the Struct
Declaration
public StructInfo(string name, string content, List<StructInfo> structs)
Parameters
Type | Name | Description |
---|---|---|
string | name | Struct name. |
string | content | Struct content. |
List<Struct |
structs | StructInfo collection. |
Fields
Name
The struct name.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Parameters
The struct parameters.
Declaration
public ParameterInfo[] Parameters
Field Value
Type | Description |
---|---|
Parameter |
Size
The struct size.
Declaration
public int Size
Field Value
Type | Description |
---|---|
int |