KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
427 stars 134 forks source link

Wrong GL_MAX_TESS_*_COMPONENTS value in HTML reference pages #75

Closed tomek-brcm closed 2 years ago

tomek-brcm commented 4 years ago

The following parameters must be at least 64 according to the PDF specification here: https://www.khronos.org/registry/OpenGL/specs/es/3.2/es_spec_3.2.pdf

But the HTML reference page states that they "must be at least 128" here: https://www.khronos.org/registry/OpenGL-Refpages/es3/html/glGet.xhtml

The OpenGL ES 3.2 specification in PDF format contains a following change notification:

• Change require minimum value from 128 to 64 for MAX_TESSCONTROL- OUTPUT_COMPONENTS and MAX_TESS_CONTROL_INPUT_COMPONENTS in table 21.45, MAX_TESS_EVALUATION_OUTPUTCOMPONENTS and MAX- TESS_EVALUATION_INPUTCOMPONENTS in table 21.46, and MAX- GEOMETRY_OUTPUT_COMPONENTS in table 21.47 (Bug 12823).

It looks like the change was added to the PDF version but not the HTML version.