Click or drag to resize

Shader Methods

The Shader type exposes the following members.

Methods
  NameDescription
Public methodCompile
Compiles the shader;
Public methodDispose
Disposes of the OpenGL object
(Inherited from GLObject.)
Public methodEquals
Checks if this object matches another object.
(Inherited from GLObject.)
Public methodGetHashCode
Returns a hash code for this object
(Inherited from GLObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberReleaseCompiler
Release resources allocated by the shader compiler.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also