Click or drag to resize

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)
Syntax
public Shader.Type ShaderType { get; }

Property Value

Type: Shader.Type
The shader type.
Remarks
OpenGL API: glGetShaderiv(GL_SHADER_TYPE)
See Also