- vertexSource
string vertexSource [@property getter]
Undocumented in source.
- fragmentSource
string fragmentSource [@property getter]
Undocumented in source.
- vertexShader
GLuint vertexShader;
Undocumented in source.
- fragmentShader
GLuint fragmentShader;
Undocumented in source.
- program
GLuint program;
Undocumented in source.
- initialized
bool initialized;
Undocumented in source.
- error
bool error;
Undocumented in source.
- glslversion
string glslversion;
Undocumented in source.
- compile
bool compile()
Undocumented in source. Be warned that the author may not have intended to support it.
- initLocations
bool initLocations()
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
bool bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
- ~this
~this()
Undocumented in source.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.