namespace CPF.Mac.AppKit { public enum NSOpenGLProfile { VersionLegacy = 0x1000, Version3_2Core = 12800 } }