shader test changes

This commit is contained in:
2017-06-07 00:21:25 -05:00
parent 79431a7fca
commit 0222ea00a7
2 changed files with 1 additions and 3 deletions

View File

@@ -9,8 +9,5 @@ varying vec2 v_texCoords;
void main()
{
v_color = a_color;
v_color.a = v_color.a * (256.0/255.0);
v_texCoords = a_texCoord + 0;
gl_Position = u_projTrans * a_position;
}