- attachvoid attach(Shader s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- bindAttribvoid bindAttrib(uint idx, string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getLogstring getLog() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getUniformint getUniform(string n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- linkvoid link() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, float f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, float[3] f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, float[4] f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, float[3][3] m) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, float[4][4] m) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, Vector!3 v) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, Matrix!(3, 3) m) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniformvoid uniform(int pos, Matrix!(4, 4) m) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- usevoid use() 
- Undocumented in source. Be warned that the author may not have intended to support it.