Specifies a vertex shader for the tagged class. This attribute is applied to a class. Multiple VertexShaderAttributes may be applied to a single class.
More...
|
string | ShaderPath [get, set] |
| The path to the shader file More...
|
|
bool | IsResource [get, set] |
| If true, indicates that the shader file is compiled as an embedded resource More...
|
|
Specifies a vertex shader for the tagged class. This attribute is applied to a class. Multiple VertexShaderAttributes may be applied to a single class.
Durwella.Unplugged.Viz.VertexShaderAttribute.VertexShaderAttribute |
( |
string |
shaderPath, |
|
|
bool |
isResource = false |
|
) |
| |
Initializes a new instance of the VertexShaderAttribute class.
- Parameters
-
shaderPath | The path to the shader file |
isResource | If true, indicates that the shader file is compiled as an embedded resource |
Durwella.Unplugged.Viz.VertexShaderAttribute.VertexShaderAttribute |
( |
CommonVertexShader |
commonShader | ) |
|
The documentation for this class was generated from the following file: