Number of components in the texcoords buffer.
texcoords
static int BASE_texcoordsCount(int elementCount) => elementCount > 0 ? elementCount * 2 : 0;