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