Click or drag to resize

Shader Class

A vertex or fragment shader
Inheritance Hierarchy

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Shader : GLObject

The Shader type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCompileStatus
Get the compile status.
Public propertyDeleteStatus
Get the delete status.
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyStatic memberMaxVaryingVectors
Get the maximum number four-element floating-point vectors available for interpolating varying variables used by vertex and fragment shaders.
Public propertyStatic memberMaxVertexAttribs
Get the maximum number of 4-component generic vertex attributes accessible to a vertex shader.
Public propertyShaderType
Gets the type of the shader.
Public propertySource
Get, set or replace the source code in a shader object.
Top
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