I have a vertex shader that accepts the following attributes:
a_posCoord
a_texCoord
If some vertex attribute is constant for each vertex, why don't you use an uniform variable? If it is constant, it is uniform! By this way you set the uniform value only once and your data set is reduced.