Class ShaderFile
The shader file.
Inherited Members
Namespace: Evergine.Framework.Graphics.Effects.Models
Assembly: Evergine.Framework.dll
Syntax
public class ShaderFile
Constructors
ShaderFile(string)
Initializes a new instance of the ShaderFile class.
Declaration
public ShaderFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Shader file name. |
Fields
code
The code.
Declaration
public string code
Field Value
Type | Description |
---|---|
string |
codeLines
The code lines.
Declaration
public string[] codeLines
Field Value
Type | Description |
---|---|
string[] |
filename
The filename.
Declaration
public string filename
Field Value
Type | Description |
---|---|
string |
includes
The includes.
Declaration
public List<Include> includes
Field Value
Type | Description |
---|---|
List<Include> |