ThreeDimVertexShader

A template for the shader program that uses 3d vert shader.

Members

Functions

initVertexShader
void initVertexShader()
Undocumented in source. Be warned that the author may not have intended to support it.
uploadMatrix
void uploadMatrix(mat4 m)
Undocumented in source. Be warned that the author may not have intended to support it.
uploadPositionBuffer
void uploadPositionBuffer(ArrayBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
uploadUvBuffer
void uploadUvBuffer(ArrayBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

textureSupport
bool textureSupport [@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

_matrixLoc
GLint _matrixLoc;
Undocumented in source.
_posLoc
GLint _posLoc;
Undocumented in source.
_uvLoc
GLint _uvLoc;
Undocumented in source.

Meta