10 lines
109 B
C#
10 lines
109 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSGLColorBuffer
|
||
|
{
|
||
|
Front = 1028,
|
||
|
Back = 1029,
|
||
|
Aux0 = 1033
|
||
|
}
|
||
|
}
|