KhronosGroup / OpenGL-Registry

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

[XML] Made `glCreateShaderProgramvEXT` same as `glCreateShaderProgramv` #548

Closed SunSerega closed 1 year ago

SunSerega commented 1 year ago

Maybe we should also touch this since related function got changed?

NogginBops commented 1 year ago

Link to the original issue for completeness: #545

pdaniell-nv commented 1 year ago

Hearing no objections from the WG, this is approved to merge.

null77 commented 1 year ago

@NogginBops I think you forgot to regenerate the headers after this change. It means the extension header and the XML are in conflict as to the type of this function.

null77 commented 1 year ago

@NogginBops I think you forgot to regenerate the headers after this change. It means the extension header and the XML are in conflict as to the type of this function.

Sorry, meant to attn @SunSerega

NogginBops commented 1 year ago

I think @oddhack might be able to fix this more quickly?

SunSerega commented 1 year ago

I think it was explicitly asked not to include header changes in the PR, to avoid conflicts between PRs. And the headers here are just one version of OpenGL bindings. So like any other bindings, it can be a bit behind the XML.