OpenGL-Registry icon indicating copy to clipboard operation
OpenGL-Registry copied to clipboard

Deprecation

Open ianmcclean opened this issue 8 years ago • 2 comments

The deprecation tag for gl.xml is not yet supported, and that makes defining enums and commands for a version with the forward compatibility bit set to true is tough.

ianmcclean avatar Sep 29 '17 23:09 ianmcclean

If you would like to propose schema and schema documentation updates to allow <deprecate> blocks similar to <remove> blocks, that would be fine. I don't think we would have that affect the headers we generate, since they aim for maximum backward-compatibility, but I could see it being useful to other consumers of the XML.

oddhack avatar Oct 04 '17 06:10 oddhack

Could just add a type attribute to remove blocks which will accept either “remove” or “deprecate”

Perksey avatar Dec 06 '19 23:12 Perksey