- bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- create
void create(GLShader _vshader, GLShader _fshader, string _name)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUniformMatrix
void setUniformMatrix(string _name, mat4 _mat)
- setUniformVec3
void setUniformVec3(string _name, vec3 _val)
- setUniformVec4
void setUniformVec4(string _name, vec4 _val)
- unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
- validate
void validate()
Undocumented in source. Be warned that the author may not have intended to support it.