Mandatory for core profile, nice to have otherwise.
Note: it may be better to limit quad count to something smaller, e.g. to fit it in GL_MAX_ELEMENTS_VERTICES and GL_MAX_ELEMENTS_INDICES
Note: it might also be better to use glDrawRangeElements. Or maybe instead. UPD: Done
Follow-up to #167
Mandatory for core profile, nice to have otherwise. Note: it may be better to limit quad count to something smaller, e.g. to fit it in
GL_MAX_ELEMENTS_VERTICES
andGL_MAX_ELEMENTS_INDICES
Note: it might also be better to useglDrawRangeElements
. Or maybe instead. UPD: Done