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 explanation of gl4'sglGenerateMipMap #104

Closed fililili closed 11 months ago

fililili commented 3 years ago

In https://github.com/KhronosGroup/OpenGL-Refpages/blob/main/gl4/glGenerateMipmap.xml, it says: All other mimap images, including the level base+1 image, are left unchanged by this computation. However, in https://github.com/KhronosGroup/OpenGL-Refpages/blob/main/gl4/glGenerateMipmap.xml, it says include the level base image are left unchanged. It should be level base image not level base+1 image.