Click or drag to resize

ShaderShaderType 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 ShaderType ShaderType { get; }

Property Value

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