namespace OpenTK.Platform.MacOS { enum NSOpenGLProfile { VersionLegacy = 4096, Version3_2Core = 12800, } }