- bindAmbientLight
void bindAmbientLight(AmbientLight light)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindDirectionalLight
void bindDirectionalLight(DirectionalLight light)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindMaterial
void bindMaterial(Material material)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindUniform1f
void bindUniform1f(ShaderUniform uniform, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindUniformMatrix4fv
void bindUniformMatrix4fv(ShaderUniform uniform, mat4 matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindUniforms
void bindUniforms()
Undocumented in source. Be warned that the author may not have intended to support it.
- compile
void compile(string vertexBody, string fragmentBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUniformLocation
int getUniformLocation(ShaderUniform uniform)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.