Using Open GL ES 2.0, I want to create a large grid of squares, where each square can take a certain color as specified by a definition file. So this is not a simple checkerboard of only black and white squares...
What is the best way to do this in order to avoid artifacts?
Thanks in advance