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

Fix incorrect parameter value for glTexParameteri #69

Closed shreiner closed 4 years ago

shreiner commented 5 years ago

According to the 4.6 core specification (page 240) the GL_DEPTH_STENCIL_TEXTURE_MODE parameter accepts GL_STENCIL_INDEX as a valid value. GL_STENCIL_COMPONENT isn't accepted (it's not even defined in glcorearb.h in the registry).