Shader

Undocumented in source.

Constructors

this
this(string glslFile)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Bind
bool Bind()
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, mat4 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, vec4 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, vec3 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, vec2 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, Texture texture)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, GLuint value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetParameter
void SetParameter(string paramName, float value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

Find
Shader Find(string glslFile)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

m_loadedShaders
Shader[string] m_loadedShaders;
Undocumented in source.

Meta