 | Shader.ShaderType Property |
Gets the type of the shader.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Shader.Type ShaderType { get; }
Public ReadOnly Property ShaderType As Shader.Type
Get
public:
property Shader.Type ShaderType {
Shader.Type get ();
}
member ShaderType : Shader.Type with get
Property Value
Type:
Shader.TypeThe shader type.
RemarksOpenGL API: glGetShaderiv(GL_SHADER_TYPE)
See Also