
[OpenGL] Add tokens for OpenGL 3.2 specs
Posted Thursday, 20 August, 2009 - 21:29 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 0.9.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | the Fiddler |
| Status: | in progress |
Jump to:
Description
OpenGL 3.2 promotes several extensions to core. We should split the "VERSION_3_2" enum of the 3.2 specifications into separate, type-safe enums.


Comments
#1
#2
#3
#4
#5
Linking to issue #1313: TextureBuffer target.
#6
will there be remove tokens work for 3.2? (eg. I could not see the CMYK format enums in the 3.2 spec)
#7
No, the OpenTK.Graphics.OpenGL namespace will always contain both new and old/obsolete/deleted tokens.
In the future, we might add a GL32 namespace that will not contain any deprecated stuff, but that's not a high priority right now.