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