- vertexSource
string vertexSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fragmentSource
string fragmentSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- beforeExecute
void beforeExecute()
Undocumented in source. Be warned that the author may not have intended to support it.
- afterExecute
void afterExecute()
Undocumented in source. Be warned that the author may not have intended to support it.
- matrixLocation
GLint matrixLocation;
Undocumented in source.
- vertexLocation
GLint vertexLocation;
Undocumented in source.
- colAttrLocation
GLint colAttrLocation;
Undocumented in source.
- vertexBuffer
GLuint vertexBuffer;
Undocumented in source.
- colAttrBuffer
GLuint colAttrBuffer;
Undocumented in source.
- initLocations
bool initLocations()
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
bool execute(float[] vertices, float[] colors)
Undocumented in source. Be warned that the author may not have intended to support it.