test shader effect

This commit is contained in:
Eduardo Bart
2011-12-07 17:54:28 -02:00
parent 1a3dcb215e
commit b5cf4ad2c4
10 changed files with 131 additions and 7 deletions

View File

@@ -35,7 +35,8 @@ public:
TEXTURE_TRANSFORM_MATRIX_UNIFORM = 1,
COLOR_UNIFORM = 2,
OPACITY_UNIFORM = 3,
TEXTURE_UNIFORM = 4
TEXTURE_UNIFORM = 4,
TICKS_UNIFORM = 5
};
void setProjectionMatrix(GLfloat projectionMatrix[3][3]);