KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
679 stars 274 forks source link

Missing gl prefix in gl.xml #498

Closed NogginBops closed 2 years ago

NogginBops commented 2 years ago

491 added TexStorageAttribs2DEXT and TexStorageAttribs3DEXT to gl.xml without the gl prefix.

This should be an error, and it's weird that it isn't caught when generating headers from the xml.

Perksey commented 2 years ago

@janharaldfredriksen-arm In your driver, has this been added with the gl prefix? If not, we should either leave this as is or change both the driver and the registry.

janharaldfredriksen-arm commented 2 years ago

Hi, Our driver did actually add it with a gl prefix so we should just fix this in the registry. (The GLint is a typedef for int, so we could have fixed it without breaking any binary compatibility anyway.)