Class Shader
Inheritance
System.Object
Shader
Assembly: AxEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
Shader(String, String, String)
Declaration
public Shader(string vertexShaderPath, string fragmentShaderPath, string geometryShaderPath = null)
Parameters
Type |
Name |
Description |
System.String |
vertexShaderPath |
|
System.String |
fragmentShaderPath |
|
System.String |
geometryShaderPath |
|
Fields
|
Improve this Doc
View Source
FragmentShaderPath
Declaration
public string FragmentShaderPath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GeometryShaderPath
Declaration
public string GeometryShaderPath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VertexShaderPath
Declaration
public string VertexShaderPath
Field Value
Type |
Description |
System.String |
|