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