OpenGLShader

Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, FVec2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, FVec3 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, FVec4 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, Color value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, IVec2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, IVec3 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, IVec4 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, FMat3 value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUniform
void setUniform(string name, Texture value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Shader

dispose
void dispose()

Releases all resources used by the shader

setUniform
void setUniform(string name, float value)
Undocumented in source.
setUniform
void setUniform(string name, int value)
Undocumented in source.
setUniform
void setUniform(string name, FVec2 value)
Undocumented in source.
setUniform
void setUniform(string name, FVec3 value)
Undocumented in source.
setUniform
void setUniform(string name, FVec4 value)
Undocumented in source.
setUniform
void setUniform(string name, Color value)
Undocumented in source.
setUniform
void setUniform(string name, IVec2 value)
Undocumented in source.
setUniform
void setUniform(string name, IVec3 value)
Undocumented in source.
setUniform
void setUniform(string name, IVec4 value)
Undocumented in source.
setUniform
void setUniform(string name, FMat3 value)
Undocumented in source.
setUniform
void setUniform(string name, Texture value)
Undocumented in source.

From OpenGLResource

dispose
void dispose()
Undocumented in source.

Meta