CPF/CPF.Mac/Mac/AppKit/NSOpenGLGlobalOption.cs
2023-11-21 23:05:03 +08:00

17 lines
253 B
C#

using CPF.Mac.ObjCRuntime;
using System;
namespace CPF.Mac.AppKit
{
public enum NSOpenGLGlobalOption
{
FormatCacheSize = 501,
ClearFormatCache = 502,
RetainRenderers = 503,
[Lion]
UseBuildCache = 506,
[Obsolete]
ResetLibrary = 504
}
}