Gets the shader type.
Namespace: HighGLAssembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ShaderType Type { get; } |
Visual Basic |
---|
Public ReadOnly Property Type As ShaderType Get |
Visual C++ |
---|
public: property ShaderType Type { ShaderType get (); } |
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | If this object was disposed. |