Greetings,
I am going through the samples in the OPenGl RedBook.
While
glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxOutVert);
reports maxOutVert 1024, anything larger than 146 does not work for max_vertices in
layout (triangle_strip, max_vertices = 146) out;
This behavior is on GTX 1050Ti; Intel HD Graphics 630 reports a maximum value of 256 and actually supports it.
Thanks in advance