KhronosGroup / OpenGL-Refpages

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

missing MAX_SAMPLES #41

Open pc-john opened 6 years ago

pc-john commented 6 years ago

Hi, there is missing GL_MAX_SAMPLES in glGet doc (https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glGet.xhtml). GL_MAX_SAMPLES was introduced in OpenGL 3.0 by GL_EXT_framebuffer_multisample and it is present in OpenGL specification and its state tables with the following text: "Maximum number of samples supported for multisampling."

Just wondering how this might escape from attention of all of us for ten years ;-). John

pdaniell-nv commented 6 years ago

Thanks for reporting this issue. It appears to be an oversight. Not sure how we missed it for so long. I wonder if there are others.