mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 05:51:11 +00:00
Reindented with spaces instead of tabs.
This commit is contained in:
parent
5c8e485dbb
commit
5605b1fac2
|
@ -1,24 +1,24 @@
|
|||
namespace OpenTK.X11
|
||||
{
|
||||
public enum GLXAttribute
|
||||
{
|
||||
None = 0,
|
||||
UseGL = 1,
|
||||
BufferSize = 2,
|
||||
Level = 3,
|
||||
RGBA = 4,
|
||||
DoubleBuffer = 5,
|
||||
Stereo = 6,
|
||||
AuxBuffers = 7,
|
||||
RedSize = 8,
|
||||
GreenSize = 9,
|
||||
BlueSize = 10,
|
||||
AlphaSize = 11,
|
||||
DepthSize = 12,
|
||||
StencilSize = 13,
|
||||
AccumRedSize = 14,
|
||||
AccumGreenSize = 15,
|
||||
AccumBlueSize = 16,
|
||||
AccumAlphaSize = 17
|
||||
}
|
||||
public enum GLXAttribute
|
||||
{
|
||||
None = 0,
|
||||
UseGL = 1,
|
||||
BufferSize = 2,
|
||||
Level = 3,
|
||||
RGBA = 4,
|
||||
DoubleBuffer = 5,
|
||||
Stereo = 6,
|
||||
AuxBuffers = 7,
|
||||
RedSize = 8,
|
||||
GreenSize = 9,
|
||||
BlueSize = 10,
|
||||
AlphaSize = 11,
|
||||
DepthSize = 12,
|
||||
StencilSize = 13,
|
||||
AccumRedSize = 14,
|
||||
AccumGreenSize = 15,
|
||||
AccumBlueSize = 16,
|
||||
AccumAlphaSize = 17
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue