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