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