TextureProgram

Undocumented in source.

Members

Functions

execute
bool execute(float[] vertices, float[] texcoords, float[] colors, uint textureId, bool linear)
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.

Properties

fragmentSource
string fragmentSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vertexSource
string vertexSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

texCoordLocation
GLint texCoordLocation;
Undocumented in source.

Inherited Members

From SolidFillProgram

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.

Meta