mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-14 19:35:30 +00:00
9 lines
138 B
C#
Executable file
9 lines
138 B
C#
Executable file
namespace OpenTK.Platform.MacOS
|
|
{
|
|
enum NSOpenGLProfile
|
|
{
|
|
VersionLegacy = 4096,
|
|
Version3_2Core = 12800,
|
|
}
|
|
}
|