KhronosGroup / OpenGL-API

OpenGL and OpenGL ES API Issue Tracker
34 stars 5 forks source link

Incorrect API specification for "TextureParameterName" and "TextureTarget" #1

Closed frabert closed 7 years ago

frabert commented 7 years ago

Some values, like GL_TEXTURE_MAX_LEVEL, should be inside the TextureParameterName group, and not inside the TextureTarget group.

See luca-piccioni/OpenGL.Net#38 for an example of incorrect behavior caused by this.

oddhack commented 7 years ago

Please move this over to the OpenGL-Registry repository where gl.xml is kept - you have some other issues/PRs over there so maybe this is just left over from earlier?