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

10 lines
122 B
C#

namespace CPF.Mac.AppKit
{
public enum NSGLTextureTarget
{
T2D = 3553,
CubeMap = 34067,
RectangleExt = 34037
}
}